#553BB0

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

Shades of Purple Heart #553BB0

Tints of Purple Heart #553BB0

Color information

#553BB0 (or 0x553BB0) is unknown color: approx Purple Heart. HEX triplet: 55, 3B and B0. RGB value is (85,59,176). Sum of RGB (Red+Green+Blue) = 85+59+176=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #553BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BB0 is #AAC44F. Grayscale: #4F4F4F. Windows color (decimal): -11191376 or 11549525. OLE color: 11549525.

HSL color Cylindrical-coordinate representation of color #553BB0: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553BB0 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8559176-
CMYK0.520.6600.31
HSL253.33º49.79%46.08%-
HSV(B)253.33º66.48%69.02%-
XYZ13.158.1941.96-
YUV80.11182.11131.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 59 (23.44% from 255) = 18.44%
BLUE value IS 176 (69.14% from 255) = 55%
R=26.56%
G=18.44%
B=55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85591760.520.6600.31253.3349.7946.08
Hex553BB0344201Ffd322e
Octal12573260641020373756256
Binary101010111101110110000110100100001001111111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553BB0; }

 p { color: rgb(85,59,176); }

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

<style>
 a { background-color: #553BB0; }

 a { background-color: rgb(85,59,176); }

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

<style>
 span { border-color: #553BB0; }

 span { border-color: rgb(85,59,176); }

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