#553EBD

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

Shades of Purple Heart #553EBD

Tints of Purple Heart #553EBD

Color information

#553EBD (or 0x553EBD) is unknown color: approx Purple Heart. HEX triplet: 55, 3E and BD. RGB value is (85,62,189). Sum of RGB (Red+Green+Blue) = 85+62+189=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #553EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EBD is #AAC142. Grayscale: #525252. Windows color (decimal): -11190595 or 12402261. OLE color: 12402261.

HSL color Cylindrical-coordinate representation of color #553EBD: hue angle of 250.87º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553EBD is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8562189-
CMYK0.550.6700.26
HSL250.87º50.6%49.22%-
HSV(B)250.87º67.2%74.12%-
XYZ14.659.0549.12-
YUV83.35187.62129.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=25.30%
G=18.45%
B=56.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85621890.550.6700.26250.8750.649.22
Hex553EBD374301Afb3331
Octal12576275671030323736361
Binary101010111111010111101110111100001101101011111011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,62,189); }

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

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

 a { background-color: rgb(85,62,189); }

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

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

 span { border-color: rgb(85,62,189); }

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