#552EB3

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

Shades of Purple Heart #552EB3

Tints of Purple Heart #552EB3

Color information

#552EB3 (or 0x552EB3) is unknown color: approx Purple Heart. HEX triplet: 55, 2E and B3. RGB value is (85,46,179). Sum of RGB (Red+Green+Blue) = 85+46+179=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #552EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EB3 is #AAD14C. Grayscale: #484848. Windows color (decimal): -11194701 or 11742805. OLE color: 11742805.

HSL color Cylindrical-coordinate representation of color #552EB3: hue angle of 257.59º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552EB3 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8546179-
CMYK0.530.7400.30
HSL257.59º59.11%44.12%-
HSV(B)257.59º74.3%70.2%-
XYZ12.867.1443.35-
YUV72.82187.92136.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=27.42%
G=14.84%
B=57.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85461790.530.7400.30257.5959.1144.12
Hex552EB3354A01E1023b2c
Octal12556263651120364027354
Binary1010101101110101100111101011001010011110100000010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,179); }

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

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

 a { background-color: rgb(85,46,179); }

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

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

 span { border-color: rgb(85,46,179); }

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