Html Css Color HEX #5518BB Purple Heart

📋 copy color: '#5518BB'

red 85 ◦ green 24 ◦ blue 187

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

Shades of Purple Heart #5518BB

Tints of Purple Heart #5518BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 28.72%
G = 8.11%
B = 63.18%

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

#5518BB (or 0x5518BB) is known color: Purple Heart. HEX triplet: 55, 18 and BB. RGB value is (85,24,187). Sum of RGB (Red+Green+Blue) = 85+24+187=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #5518BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518BB is #AAE744. Grayscale: #3C3C3C. Windows color (decimal): -11200325 or 12261461. OLE color: 12261461.

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

Color convert

RGB 85 24 187 -
CMYK 0.55 0.87 0 0.27
HSL 262.45º 0.77% 0.41% -
HSV(B) 262.45º 0.87% 0.73% -
XYZ 13.04 6.17 47.52 -
YUV 60.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 85 24 187 0.55 0.87 0 0.27 262.45 0.77 0.41
Hex 55 18 BB 37 57 0 1B 106 4D 29
Octal 125 30 273 67 127 0 33 406 115 51
Binary 1010101 11000 10111011 110111 1010111 0 11011 100000110 1001101 101001

Color Harmonies of #5518BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518BB

Black with #5518BB

Text Example


Text Example

White with #5518BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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