Html Css Color HEX #550BAE Purple Heart

📋 copy color: '#550BAE'

red 85 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #550BAE

Tints of Purple Heart #550BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 31.48%
G = 4.07%
B = 64.44%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#550BAE (or 0x550BAE) is known color: Purple Heart. HEX triplet: 55, 0B and AE. RGB value is (85,11,174). Sum of RGB (Red+Green+Blue) = 85+11+174=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #550BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BAE is #AAF451. Grayscale: #333333. Windows color (decimal): -11203666 or 11406165. OLE color: 11406165.

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

Color convert

RGB 85 11 174 -
CMYK 0.51 0.94 0 0.32
HSL 267.24º 0.88% 0.36% -
HSV(B) 267.24º 0.94% 0.68% -
XYZ 11.51 5.23 40.45 -
YUV 51.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 85 11 174 0.51 0.94 0 0.32 267.24 0.88 0.36
Hex 55 B AE 33 5E 0 20 10B 58 24
Octal 125 13 256 63 136 0 40 413 130 44
Binary 1010101 1011 10101110 110011 1011110 0 100000 100001011 1011000 100100

Color Harmonies of #550BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BAE

Black with #550BAE

Text Example


Text Example

White with #550BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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