#552FB1

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

Shades of Purple Heart #552FB1

Tints of Purple Heart #552FB1

Color information

#552FB1 (or 0x552FB1) is unknown color: approx Purple Heart. HEX triplet: 55, 2F and B1. RGB value is (85,47,177). Sum of RGB (Red+Green+Blue) = 85+47+177=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #552FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FB1 is #AAD04E. Grayscale: #484848. Windows color (decimal): -11194447 or 11611989. OLE color: 11611989.

HSL color Cylindrical-coordinate representation of color #552FB1: hue angle of 257.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552FB1 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8547177-
CMYK0.520.7300.31
HSL257.54º58.04%43.92%-
HSV(B)257.54º73.45%69.41%-
XYZ12.77.1442.3-
YUV73.18186.59136.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 177 (69.53% from 255) = 57.28%
R=27.51%
G=15.21%
B=57.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85471770.520.7300.31257.5458.0443.92
Hex552FB1344901F1023a2c
Octal12557261641110374027254
Binary1010101101111101100011101001001001011111100000010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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