Html Css Color HEX #551BAA Purple Heart

📋 copy color: '#551BAA'

red 85 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #551BAA

Tints of Purple Heart #551BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

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

R = 30.14%
G = 9.57%
B = 60.28%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#551BAA (or 0x551BAA) is known color: Purple Heart. HEX triplet: 55, 1B and AA. RGB value is (85,27,170). Sum of RGB (Red+Green+Blue) = 85+27+170=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #551BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BAA is #AAE455. Grayscale: #3C3C3C. Windows color (decimal): -11199574 or 11148117. OLE color: 11148117.

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

Color convert

RGB 85 27 170 -
CMYK 0.50 0.84 0 0.33
HSL 264.34º 0.73% 0.39% -
HSV(B) 264.34º 0.84% 0.67% -
XYZ 11.39 5.62 38.51 -
YUV 60.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 85 27 170 0.50 0.84 0 0.33 264.34 0.73 0.39
Hex 55 1B AA 32 54 0 21 108 49 27
Octal 125 33 252 62 124 0 41 410 111 47
Binary 1010101 11011 10101010 110010 1010100 0 100001 100001000 1001001 100111

Color Harmonies of #551BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BAA

Black with #551BAA

Text Example


Text Example

White with #551BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551BAA; }

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

 H1.HeaderClassName
 {
   color: #551BAA;
 }
 .AnyTagClassName
 {
   color: #551BAA;
 }
</style>

background-color css

<style>
 a { background-color: #551BAA; }

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

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

border-color css

<style>
 span { border-color: #551BAA; }

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

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