#552fd7

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

Shades of Purple Heart #552FD7

Tints of Purple Heart #552FD7

Color information

#552FD7 (or 0x552FD7) is unknown color: approx Purple Heart. HEX triplet: 55, 2F and D7. RGB value is (85,47,215). Sum of RGB (Red+Green+Blue) = 85+47+215=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #552FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FD7 is #AAD028. Grayscale: #4C4C4C. Windows color (decimal): -11194409 or 14102357. OLE color: 14102357.

HSL color Cylindrical-coordinate representation of color #552FD7: hue angle of 253.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552FD7 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8547215-
CMYK0.600.7800.16
HSL253.57º67.74%51.37%-
HSV(B)253.57º78.14%84.31%-
XYZ17.038.8765.1-
YUV77.51205.59133.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 47 (18.75% from 255) = 13.54%
BLUE value IS 215 (84.38% from 255) = 61.96%
R=24.50%
G=13.54%
B=61.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85472150.600.7800.16253.5767.7451.37
Hex552FD73C4E010fe4433
Octal125573277411602037610463
Binary1010101101111110101111111001001110010000111111101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,47,215); }

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

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

 a { background-color: rgb(85,47,215); }

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

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

 span { border-color: rgb(85,47,215); }

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