Html Css Color HEX #5506BD Purple Heart

📋 copy color: '#5506BD'

red 85 ◦ green 6 ◦ blue 189

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

Shades of Purple Heart #5506BD

Tints of Purple Heart #5506BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.5%

R = 30.36%
G = 2.14%
B = 67.5%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5506BD (or 0x5506BD) is known color: Purple Heart. HEX triplet: 55, 06 and BD. RGB value is (85,6,189). Sum of RGB (Red+Green+Blue) = 85+6+189=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #5506BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506BD is #AAF942. Grayscale: #313131. Windows color (decimal): -11204931 or 12387925. OLE color: 12387925.

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

Color convert

RGB 85 6 189 -
CMYK 0.55 0.97 0 0.26
HSL 265.9º 0.94% 0.38% -
HSV(B) 265.9º 0.97% 0.74% -
XYZ 13 5.74 48.57 -
YUV 50.48 206.17 152.62 -
System Red Green Blue C M Y K H S L
Decimal 85 6 189 0.55 0.97 0 0.26 265.9 0.94 0.38
Hex 55 6 BD 37 61 0 1A 10A 5E 26
Octal 125 6 275 67 141 0 32 412 136 46
Binary 1010101 110 10111101 110111 1100001 0 11010 100001010 1011110 100110

Color Harmonies of #5506BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506BD

Black with #5506BD

Text Example


Text Example

White with #5506BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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