Html Css Color HEX #5506BF Purple Heart

📋 copy color: '#5506BF'

red 85 ◦ green 6 ◦ blue 191

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

Shades of Purple Heart #5506BF

Tints of Purple Heart #5506BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.73%

R = 30.14%
G = 2.13%
B = 67.73%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5506BF (or 0x5506BF) is known color: Purple Heart. HEX triplet: 55, 06 and BF. RGB value is (85,6,191). Sum of RGB (Red+Green+Blue) = 85+6+191=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #5506BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506BF is #AAF940. Grayscale: #323232. Windows color (decimal): -11204929 or 12518997. OLE color: 12518997.

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

Color convert

RGB 85 6 191 -
CMYK 0.55 0.97 0 0.25
HSL 265.62º 0.94% 0.39% -
HSV(B) 265.62º 0.97% 0.75% -
XYZ 13.22 5.82 49.72 -
YUV 50.71 207.17 152.46 -
System Red Green Blue C M Y K H S L
Decimal 85 6 191 0.55 0.97 0 0.25 265.62 0.94 0.39
Hex 55 6 BF 37 61 0 19 10A 5E 27
Octal 125 6 277 67 141 0 31 412 136 47
Binary 1010101 110 10111111 110111 1100001 0 11001 100001010 1011110 100111

Color Harmonies of #5506BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506BF

Black with #5506BF

Text Example


Text Example

White with #5506BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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