Html Css Color HEX #551CAA Purple Heart

📋 copy color: '#551CAA'

red 85 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #551CAA

Tints of Purple Heart #551CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

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

R = 30.04%
G = 9.89%
B = 60.07%

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

#551CAA (or 0x551CAA) is known color: Purple Heart. HEX triplet: 55, 1C and AA. RGB value is (85,28,170). Sum of RGB (Red+Green+Blue) = 85+28+170=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #551CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551CAA is #AAE355. Grayscale: #3C3C3C. Windows color (decimal): -11199318 or 11148373. OLE color: 11148373.

HSL color Cylindrical-coordinate representation of color #551CAA: hue angle of 264.08º degrees, saturation: 0.72, 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 #551CAA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 28 170 -
CMYK 0.50 0.84 0 0.33
HSL 264.08º 0.72% 0.39% -
HSV(B) 264.08º 0.84% 0.67% -
XYZ 11.42 5.66 38.52 -
YUV 61.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 85 28 170 0.50 0.84 0 0.33 264.08 0.72 0.39
Hex 55 1C AA 32 54 0 21 108 48 27
Octal 125 34 252 62 124 0 41 410 110 47
Binary 1010101 11100 10101010 110010 1010100 0 100001 100001000 1001000 100111

Color Harmonies of #551CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CAA

Black with #551CAA

Text Example


Text Example

White with #551CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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