Html Css Color HEX #552AAC Purple Heart

📋 copy color: '#552AAC'

red 85 ◦ green 42 ◦ blue 172

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

Shades of Purple Heart #552AAC

Tints of Purple Heart #552AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 28.43%
G = 14.05%
B = 57.53%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552AAC (or 0x552AAC) is known color: Purple Heart. HEX triplet: 55, 2A and AC. RGB value is (85,42,172). Sum of RGB (Red+Green+Blue) = 85+42+172=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #552AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AAC is #AAD553. Grayscale: #454545. Windows color (decimal): -11195732 or 11283029. OLE color: 11283029.

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

Color convert

RGB 85 42 172 -
CMYK 0.51 0.76 0 0.33
HSL 259.85º 0.61% 0.42% -
HSV(B) 259.85º 0.76% 0.67% -
XYZ 12.02 6.57 39.66 -
YUV 69.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 85 42 172 0.51 0.76 0 0.33 259.85 0.61 0.42
Hex 55 2A AC 33 4C 0 21 104 3D 2A
Octal 125 52 254 63 114 0 41 404 75 52
Binary 1010101 101010 10101100 110011 1001100 0 100001 100000100 111101 101010

Color Harmonies of #552AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AAC

Black with #552AAC

Text Example


Text Example

White with #552AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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