Html Css Color HEX #5519BB Purple Heart

📋 copy color: '#5519BB'

red 85 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #5519BB

Tints of Purple Heart #5519BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 28.62%
G = 8.42%
B = 62.96%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5519BB (or 0x5519BB) is known color: Purple Heart. HEX triplet: 55, 19 and BB. RGB value is (85,25,187). Sum of RGB (Red+Green+Blue) = 85+25+187=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #5519BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519BB is #AAE644. Grayscale: #3C3C3C. Windows color (decimal): -11200069 or 12261717. OLE color: 12261717.

HSL color Cylindrical-coordinate representation of color #5519BB: hue angle of 262.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5519BB is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 25 187 -
CMYK 0.55 0.87 0 0.27
HSL 262.22º 0.76% 0.42% -
HSV(B) 262.22º 0.87% 0.73% -
XYZ 13.06 6.21 47.52 -
YUV 61.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 85 25 187 0.55 0.87 0 0.27 262.22 0.76 0.42
Hex 55 19 BB 37 57 0 1B 106 4C 2A
Octal 125 31 273 67 127 0 33 406 114 52
Binary 1010101 11001 10111011 110111 1010111 0 11011 100000110 1001100 101010

Color Harmonies of #5519BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519BB

Black with #5519BB

Text Example


Text Example

White with #5519BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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