Html Css Color HEX #5508BB Purple Heart

📋 copy color: '#5508BB'

red 85 ◦ green 8 ◦ blue 187

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

Shades of Purple Heart #5508BB

Tints of Purple Heart #5508BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 30.36%
G = 2.86%
B = 66.79%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5508BB (or 0x5508BB) is known color: Purple Heart. HEX triplet: 55, 08 and BB. RGB value is (85,8,187). Sum of RGB (Red+Green+Blue) = 85+8+187=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #5508BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508BB is #AAF744. Grayscale: #323232. Windows color (decimal): -11204421 or 12257365. OLE color: 12257365.

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

Color convert

RGB 85 8 187 -
CMYK 0.55 0.96 0 0.27
HSL 265.81º 0.92% 0.38% -
HSV(B) 265.81º 0.96% 0.73% -
XYZ 12.8 5.69 47.44 -
YUV 51.43 204.51 151.95 -
System Red Green Blue C M Y K H S L
Decimal 85 8 187 0.55 0.96 0 0.27 265.81 0.92 0.38
Hex 55 8 BB 37 60 0 1B 10A 5C 26
Octal 125 10 273 67 140 0 33 412 134 46
Binary 1010101 1000 10111011 110111 1100000 0 11011 100001010 1011100 100110

Color Harmonies of #5508BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508BB

Black with #5508BB

Text Example


Text Example

White with #5508BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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