Html Css Color HEX #5519CB Purple Heart

📋 copy color: '#5519CB'

red 85 ◦ green 25 ◦ blue 203

#5519CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5519CB

Tints of Purple Heart #5519CB

RGB

 RED value IS 85 (33.59% from 255) = 27.16%

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 27.16%
G = 7.99%
B = 64.86%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5519CB (or 0x5519CB) is known color: Purple Heart. HEX triplet: 55, 19 and CB. RGB value is (85,25,203). Sum of RGB (Red+Green+Blue) = 85+25+203=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #5519CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519CB is #AAE634. Grayscale: #3E3E3E. Windows color (decimal): -11200053 or 13310293. OLE color: 13310293.

HSL color Cylindrical-coordinate representation of color #5519CB: hue angle of 260.22º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5519CB is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 25 203 -
CMYK 0.58 0.88 0 0.20
HSL 260.22º 0.78% 0.45% -
HSV(B) 260.22º 0.88% 0.8% -
XYZ 14.87 6.94 57.06 -
YUV 63.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 85 25 203 0.58 0.88 0 0.20 260.22 0.78 0.45
Hex 55 19 CB 3A 58 0 14 104 4E 2D
Octal 125 31 313 72 130 0 24 404 116 55
Binary 1010101 11001 11001011 111010 1011000 0 10100 100000100 1001110 101101

Color Harmonies of #5519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519CB

Black with #5519CB

Text Example


Text Example

White with #5519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5519CB;
 }
 .AnyTagClassName
 {
   color: #5519CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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