#553DAE

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

Shades of Purple Heart #553DAE

Tints of Purple Heart #553DAE

Color information

#553DAE (or 0x553DAE) is unknown color: approx Purple Heart. HEX triplet: 55, 3D and AE. RGB value is (85,61,174). Sum of RGB (Red+Green+Blue) = 85+61+174=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #553DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553DAE is #AAC251. Grayscale: #505050. Windows color (decimal): -11190866 or 11418965. OLE color: 11418965.

HSL color Cylindrical-coordinate representation of color #553DAE: hue angle of 252.74º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553DAE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8561174-
CMYK0.510.6500.32
HSL252.74º48.09%46.08%-
HSV(B)252.74º64.94%68.24%-
XYZ13.068.3240.96-
YUV81.06180.45130.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=26.56%
G=19.06%
B=54.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85611740.510.6500.32252.7448.0946.08
Hex553DAE3341020fd302e
Octal12575256631010403756056
Binary1010101111101101011101100111000001010000011111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,174); }

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

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

 a { background-color: rgb(85,61,174); }

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

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

 span { border-color: rgb(85,61,174); }

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