#5519C0

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

Shades of Purple Heart #5519C0

Tints of Purple Heart #5519C0

Color information

#5519C0 (or 0x5519C0) is unknown color: approx Purple Heart. HEX triplet: 55, 19 and C0. RGB value is (85,25,192). Sum of RGB (Red+Green+Blue) = 85+25+192=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #5519C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519C0 is #AAE63F. Grayscale: #3D3D3D. Windows color (decimal): -11200064 or 12589397. OLE color: 12589397.

HSL color Cylindrical-coordinate representation of color #5519C0: hue angle of 261.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5519C0 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8525192-
CMYK0.560.8700.25
HSL261.56º76.96%42.55%-
HSV(B)261.56º86.98%75.29%-
XYZ13.616.4350.39-
YUV61.98201.38144.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 192 (75.39% from 255) = 63.58%
R=28.15%
G=8.28%
B=63.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85251920.560.8700.25261.5676.9642.55
Hex5519C038570191064d2b
Octal125313007012703140611553
Binary1010101110011100000011100010101110110011000001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5519C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5519C0; }

 p { color: rgb(85,25,192); }

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

<style>
 a { background-color: #5519C0; }

 a { background-color: rgb(85,25,192); }

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

<style>
 span { border-color: #5519C0; }

 span { border-color: rgb(85,25,192); }

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