#613CC2

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

Shades of Purple Heart #613CC2

Tints of Purple Heart #613CC2

Color information

#613CC2 (or 0x613CC2) is unknown color: approx Purple Heart. HEX triplet: 61, 3C and C2. RGB value is (97,60,194). Sum of RGB (Red+Green+Blue) = 97+60+194=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #613CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CC2 is #9EC33D. Grayscale: #555555. Windows color (decimal): -10404670 or 12729441. OLE color: 12729441.

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

Color convert

RGB9760194-
CMYK0.500.6900.24
HSL256.57º52.76%49.8%-
HSV(B)256.57º69.07%76.08%-
XYZ16.289.6752.05-
YUV86.34188.76135.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 194 (76.17% from 255) = 55.27%
R=27.64%
G=17.09%
B=55.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97601940.500.6900.24256.5752.7649.8
Hex613CC232450181013532
Octal14174302621050304016562
Binary1100001111100110000101100101000101011000100000001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,194); }

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

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

 a { background-color: rgb(97,60,194); }

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

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

 span { border-color: rgb(97,60,194); }

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