#552CAC

Color #552CAC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #552CAC

Tints of Purple Heart #552CAC

Color information

#552CAC (or 0x552CAC) is unknown color: approx Purple Heart. HEX triplet: 55, 2C and AC. RGB value is (85,44,172). Sum of RGB (Red+Green+Blue) = 85+44+172=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #552CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CAC is #AAD353. Grayscale: #464646. Windows color (decimal): -11195220 or 11283541. OLE color: 11283541.

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

Color convert

RGB8544172-
CMYK0.510.7400.33
HSL259.22º59.26%42.35%-
HSV(B)259.22º74.42%67.45%-
XYZ12.096.7139.69-
YUV70.85185.08138.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=28.24%
G=14.62%
B=57.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85441720.510.7400.33259.2259.2642.35
Hex552CAC334A0211033b2a
Octal12554254631120414037352
Binary10101011011001010110011001110010100100001100000011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #552CAC;
 }
 .AnyTagClassName
 {
   color: #552CAC;
 }
</style>
background-color css

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

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

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

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

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

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