#5C19D0

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

Shades of Purple Heart #5C19D0

Tints of Purple Heart #5C19D0

Color information

#5C19D0 (or 0x5C19D0) is unknown color: approx Purple Heart. HEX triplet: 5C, 19 and D0. RGB value is (92,25,208). Sum of RGB (Red+Green+Blue) = 92+25+208=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C19D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C19D0 is #A3E62F. Grayscale: #414141. Windows color (decimal): -10741296 or 13637980. OLE color: 13637980.

HSL color Cylindrical-coordinate representation of color #5C19D0: hue angle of 261.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C19D0 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9225208-
CMYK0.560.8800.18
HSL261.97º78.54%45.69%-
HSV(B)261.97º87.98%81.57%-
XYZ16.157.5260.28-
YUV65.9208.2146.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 208 (81.64% from 255) = 64%
R=28.31%
G=7.69%
B=64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal92252080.560.8800.18261.9778.5445.69
Hex5C19D038580121064f2e
Octal134313207013002240611756
Binary1011100110011101000011100010110000100101000001101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C19D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C19D0; }

 p { color: rgb(92,25,208); }

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

<style>
 a { background-color: #5C19D0; }

 a { background-color: rgb(92,25,208); }

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

<style>
 span { border-color: #5C19D0; }

 span { border-color: rgb(92,25,208); }

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