#553AD6

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

Shades of Purple Heart #553AD6

Tints of Purple Heart #553AD6

Color information

#553AD6 (or 0x553AD6) is unknown color: approx Purple Heart. HEX triplet: 55, 3A and D6. RGB value is (85,58,214). Sum of RGB (Red+Green+Blue) = 85+58+214=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #553AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553AD6 is #AAC529. Grayscale: #535353. Windows color (decimal): -11191594 or 14039637. OLE color: 14039637.

HSL color Cylindrical-coordinate representation of color #553AD6: hue angle of 250.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553AD6 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8558214-
CMYK0.600.7300.16
HSL250.38º65.55%53.33%-
HSV(B)250.38º72.9%83.92%-
XYZ17.49.8164.6-
YUV83.86201.45128.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 214 (83.98% from 255) = 59.94%
R=23.81%
G=16.25%
B=59.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85582140.600.7300.16250.3865.5553.33
Hex553AD63C49010fa4235
Octal125723267411102037210265
Binary1010101111010110101101111001001001010000111110101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,58,214); }

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

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

 a { background-color: rgb(85,58,214); }

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

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

 span { border-color: rgb(85,58,214); }

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