#3C19C6

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

Shades of Purple Heart #3C19C6

Tints of Purple Heart #3C19C6

Color information

#3C19C6 (or 0x3C19C6) is unknown color: approx Purple Heart. HEX triplet: 3C, 19 and C6. RGB value is (60,25,198). Sum of RGB (Red+Green+Blue) = 60+25+198=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #3C19C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C19C6 is #C3E639. Grayscale: #363636. Windows color (decimal): -12838458 or 12982588. OLE color: 12982588.

HSL color Cylindrical-coordinate representation of color #3C19C6: hue angle of 252.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C19C6 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6025198-
CMYK0.700.8700.22
HSL252.14º77.58%43.73%-
HSV(B)252.14º87.37%77.65%-
XYZ12.45.7353.88-
YUV55.19208.6131.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 198 (77.73% from 255) = 69.96%
R=21.20%
G=8.83%
B=69.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60251980.700.8700.22252.1477.5843.73
Hex3C19C64657016fc4e2c
Octal743130610612702637411654
Binary111100110011100011010001101010111010110111111001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C19C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C19C6; }

 p { color: rgb(60,25,198); }

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

<style>
 a { background-color: #3C19C6; }

 a { background-color: rgb(60,25,198); }

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

<style>
 span { border-color: #3C19C6; }

 span { border-color: rgb(60,25,198); }

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