Html Css Color HEX #5506BB Purple Heart

📋 copy color: '#5506BB'

red 85 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #5506BB

Tints of Purple Heart #5506BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 30.58%
G = 2.16%
B = 67.27%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5506BB (or 0x5506BB) is known color: Purple Heart. HEX triplet: 55, 06 and BB. RGB value is (85,6,187). Sum of RGB (Red+Green+Blue) = 85+6+187=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #5506BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506BB is #AAF944. Grayscale: #313131. Windows color (decimal): -11204933 or 12256853. OLE color: 12256853.

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

Color convert

RGB 85 6 187 -
CMYK 0.55 0.97 0 0.27
HSL 266.19º 0.94% 0.38% -
HSV(B) 266.19º 0.97% 0.73% -
XYZ 12.78 5.65 47.43 -
YUV 50.26 205.17 152.78 -
System Red Green Blue C M Y K H S L
Decimal 85 6 187 0.55 0.97 0 0.27 266.19 0.94 0.38
Hex 55 6 BB 37 61 0 1B 10A 5E 26
Octal 125 6 273 67 141 0 33 412 136 46
Binary 1010101 110 10111011 110111 1100001 0 11011 100001010 1011110 100110

Color Harmonies of #5506BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506BB

Black with #5506BB

Text Example


Text Example

White with #5506BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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