#6519CA

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

Shades of Purple Heart #6519CA

Tints of Purple Heart #6519CA

Color information

#6519CA (or 0x6519CA) is unknown color: approx Purple Heart. HEX triplet: 65, 19 and CA. RGB value is (101,25,202). Sum of RGB (Red+Green+Blue) = 101+25+202=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #6519CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519CA is #9AE635. Grayscale: #434343. Windows color (decimal): -10151478 or 13244773. OLE color: 13244773.

HSL color Cylindrical-coordinate representation of color #6519CA: hue angle of 265.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6519CA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10125202-
CMYK0.500.8800.21
HSL265.76º77.97%44.51%-
HSV(B)265.76º87.62%79.22%-
XYZ16.387.7356.51-
YUV67.9203.68151.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 25 (10.16% from 255) = 7.62%
BLUE value IS 202 (79.30% from 255) = 61.59%
R=30.79%
G=7.62%
B=61.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101252020.500.8800.21265.7677.9744.51
Hex6519CA325801510a4e2d
Octal145313126213002541211655
Binary1100101110011100101011001010110000101011000010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6519CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6519CA; }

 p { color: rgb(101,25,202); }

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

<style>
 a { background-color: #6519CA; }

 a { background-color: rgb(101,25,202); }

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

<style>
 span { border-color: #6519CA; }

 span { border-color: rgb(101,25,202); }

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