#6919CA

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

Shades of Purple Heart #6919CA

Tints of Purple Heart #6919CA

Color information

#6919CA (or 0x6919CA) is unknown color: approx Purple Heart. HEX triplet: 69, 19 and CA. RGB value is (105,25,202). Sum of RGB (Red+Green+Blue) = 105+25+202=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #6919CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6919CA is #96E635. Grayscale: #444444. Windows color (decimal): -9889334 or 13244777. OLE color: 13244777.

HSL color Cylindrical-coordinate representation of color #6919CA: hue angle of 267.12º 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 #6919CA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10525202-
CMYK0.480.8800.21
HSL267.12º77.97%44.51%-
HSV(B)267.12º87.62%79.22%-
XYZ16.837.9656.53-
YUV69.1203153.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 25 (10.16% from 255) = 7.53%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=31.63%
G=7.53%
B=60.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105252020.480.8800.21267.1277.9744.51
Hex6919CA305801510b4e2d
Octal151313126013002541311655
Binary1101001110011100101011000010110000101011000010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6919CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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