Html Css Color HEX #550FAA Purple Heart

📋 copy color: '#550FAA'

red 85 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #550FAA

Tints of Purple Heart #550FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 31.48%
G = 5.56%
B = 62.96%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#550FAA (or 0x550FAA) is known color: Purple Heart. HEX triplet: 55, 0F and AA. RGB value is (85,15,170). Sum of RGB (Red+Green+Blue) = 85+15+170=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #550FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FAA is #AAF055. Grayscale: #353535. Windows color (decimal): -11202646 or 11145045. OLE color: 11145045.

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

Color convert

RGB 85 15 170 -
CMYK 0.50 0.91 0 0.33
HSL 267.1º 0.84% 0.36% -
HSV(B) 267.1º 0.91% 0.67% -
XYZ 11.17 5.18 38.44 -
YUV 53.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 85 15 170 0.50 0.91 0 0.33 267.1 0.84 0.36
Hex 55 F AA 32 5B 0 21 10B 54 24
Octal 125 17 252 62 133 0 41 413 124 44
Binary 1010101 1111 10101010 110010 1011011 0 100001 100001011 1010100 100100

Color Harmonies of #550FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FAA

Black with #550FAA

Text Example


Text Example

White with #550FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,15,170); }

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

background-color css

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

 a { background-color: rgb(85,15,170); }

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

border-color css

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

 span { border-color: rgb(85,15,170); }

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