Html Css Color HEX #550BAB Purple Heart

📋 copy color: '#550BAB'

red 85 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #550BAB

Tints of Purple Heart #550BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 171 (67.19% from 255) = 64.04%

R = 31.84%
G = 4.12%
B = 64.04%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#550BAB (or 0x550BAB) is known color: Purple Heart. HEX triplet: 55, 0B and AB. RGB value is (85,11,171). Sum of RGB (Red+Green+Blue) = 85+11+171=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #550BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BAB is #AAF454. Grayscale: #323232. Windows color (decimal): -11203669 or 11209557. OLE color: 11209557.

HSL color Cylindrical-coordinate representation of color #550BAB: hue angle of 267.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BAB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 11 171 -
CMYK 0.50 0.94 0 0.33
HSL 267.75º 0.88% 0.36% -
HSV(B) 267.75º 0.94% 0.67% -
XYZ 11.22 5.11 38.92 -
YUV 51.37 195.52 151.99 -
System Red Green Blue C M Y K H S L
Decimal 85 11 171 0.50 0.94 0 0.33 267.75 0.88 0.36
Hex 55 B AB 32 5E 0 21 10C 58 24
Octal 125 13 253 62 136 0 41 414 130 44
Binary 1010101 1011 10101011 110010 1011110 0 100001 100001100 1011000 100100

Color Harmonies of #550BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BAB

Black with #550BAB

Text Example


Text Example

White with #550BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550BAB; }

 p { color: rgb(85,11,171); }

 H1.HeaderClassName
 {
   color: #550BAB;
 }
 .AnyTagClassName
 {
   color: #550BAB;
 }
</style>

background-color css

<style>
 a { background-color: #550BAB; }

 a { background-color: rgb(85,11,171); }

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

border-color css

<style>
 span { border-color: #550BAB; }

 span { border-color: rgb(85,11,171); }

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