#613BC3

Color #613BC3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #613BC3

Tints of Purple Heart #613BC3

Color information

#613BC3 (or 0x613BC3) is unknown color: approx Purple Heart. HEX triplet: 61, 3B and C3. RGB value is (97,59,195). Sum of RGB (Red+Green+Blue) = 97+59+195=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #613BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BC3 is #9EC43C. Grayscale: #555555. Windows color (decimal): -10404925 or 12794721. OLE color: 12794721.

HSL color Cylindrical-coordinate representation of color #613BC3: hue angle of 256.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613BC3 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9759195-
CMYK0.500.7000.24
HSL256.76º53.54%49.8%-
HSV(B)256.76º69.74%76.47%-
XYZ16.349.6152.62-
YUV85.87189.59135.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 195 (76.56% from 255) = 55.56%
R=27.64%
G=16.81%
B=55.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97591950.500.7000.24256.7653.5449.8
Hex613BC332460181013632
Octal14173303621060304016662
Binary1100001111011110000111100101000110011000100000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613BC3; }

 p { color: rgb(97,59,195); }

 H1.HeaderClassName
 {
   color: #613BC3;
 }
 .AnyTagClassName
 {
   color: #613BC3;
 }
</style>
background-color css

<style>
 a { background-color: #613BC3; }

 a { background-color: rgb(97,59,195); }

 div.DivClassName
 {
   background-color: #613BC3;
 }
 .BgClassName
 {
   background-color: #613BC3;
 }
</style>
border-color css

<style>
 span { border-color: #613BC3; }

 span { border-color: rgb(97,59,195); }

 td.TdClassName
 {
   border-color: #613BC3;
 }
 .TagClassName
 {
   border-color: #613BC3;
 }
</style>