#552DAD

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

Shades of Purple Heart #552DAD

Tints of Purple Heart #552DAD

Color information

#552DAD (or 0x552DAD) is unknown color: approx Purple Heart. HEX triplet: 55, 2D and AD. RGB value is (85,45,173). Sum of RGB (Red+Green+Blue) = 85+45+173=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #552DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DAD is #AAD252. Grayscale: #474747. Windows color (decimal): -11194963 or 11349333. OLE color: 11349333.

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

Color convert

RGB8545173-
CMYK0.510.7400.32
HSL258.75º58.72%42.75%-
HSV(B)258.75º73.99%67.84%-
XYZ12.236.8340.21-
YUV71.55185.25137.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 45 (17.97% from 255) = 14.85%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=28.05%
G=14.85%
B=57.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85451730.510.7400.32258.7558.7242.75
Hex552DAD334A0201033b2b
Octal12555255631120404037353
Binary10101011011011010110111001110010100100000100000011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,45,173); }

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

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

 a { background-color: rgb(85,45,173); }

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

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

 span { border-color: rgb(85,45,173); }

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