#553BBB

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

Shades of Purple Heart #553BBB

Tints of Purple Heart #553BBB

Color information

#553BBB (or 0x553BBB) is unknown color: approx Purple Heart. HEX triplet: 55, 3B and BB. RGB value is (85,59,187). Sum of RGB (Red+Green+Blue) = 85+59+187=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #553BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BBB is #AAC444. Grayscale: #505050. Windows color (decimal): -11191365 or 12270421. OLE color: 12270421.

HSL color Cylindrical-coordinate representation of color #553BBB: hue angle of 252.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553BBB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8559187-
CMYK0.550.6800.27
HSL252.19º52.03%48.24%-
HSV(B)252.19º68.45%73.33%-
XYZ14.288.6547.93-
YUV81.37187.61130.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=25.68%
G=17.82%
B=56.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85591870.550.6800.27252.1952.0348.24
Hex553BBB374401Bfc3430
Octal12573273671040333746460
Binary101010111101110111011110111100010001101111111100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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