Html Css Color HEX #552AAA Purple Heart

📋 copy color: '#552AAA'

red 85 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #552AAA

Tints of Purple Heart #552AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

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

R = 28.62%
G = 14.14%
B = 57.24%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552AAA (or 0x552AAA) is known color: Purple Heart. HEX triplet: 55, 2A and AA. RGB value is (85,42,170). Sum of RGB (Red+Green+Blue) = 85+42+170=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #552AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AAA is #AAD555. Grayscale: #444444. Windows color (decimal): -11195734 or 11151957. OLE color: 11151957.

HSL color Cylindrical-coordinate representation of color #552AAA: hue angle of 260.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552AAA is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 42 170 -
CMYK 0.50 0.75 0 0.33
HSL 260.16º 0.6% 0.42% -
HSV(B) 260.16º 0.75% 0.67% -
XYZ 11.83 6.49 38.66 -
YUV 69.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 85 42 170 0.50 0.75 0 0.33 260.16 0.6 0.42
Hex 55 2A AA 32 4B 0 21 104 3C 2A
Octal 125 52 252 62 113 0 41 404 74 52
Binary 1010101 101010 10101010 110010 1001011 0 100001 100000100 111100 101010

Color Harmonies of #552AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AAA

Black with #552AAA

Text Example


Text Example

White with #552AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552AAA; }

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

 H1.HeaderClassName
 {
   color: #552AAA;
 }
 .AnyTagClassName
 {
   color: #552AAA;
 }
</style>

background-color css

<style>
 a { background-color: #552AAA; }

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

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

border-color css

<style>
 span { border-color: #552AAA; }

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

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