#553FD0

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

Shades of Purple Heart #553FD0

Tints of Purple Heart #553FD0

Color information

#553FD0 (or 0x553FD0) is unknown color: approx Purple Heart. HEX triplet: 55, 3F and D0. RGB value is (85,63,208). Sum of RGB (Red+Green+Blue) = 85+63+208=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #553FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FD0 is #AAC02F. Grayscale: #555555. Windows color (decimal): -11190320 or 13647701. OLE color: 13647701.

HSL color Cylindrical-coordinate representation of color #553FD0: hue angle of 249.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553FD0 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8563208-
CMYK0.590.7000.18
HSL249.1º60.67%53.14%-
HSV(B)249.1º69.71%81.57%-
XYZ16.9110.0460.72-
YUV86.11196.79127.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 208 (81.64% from 255) = 58.43%
R=23.88%
G=17.70%
B=58.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85632080.590.7000.18249.160.6753.14
Hex553FD03B46012f93d35
Octal12577320731060223717565
Binary101010111111111010000111011100011001001011111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,63,208); }

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

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

 a { background-color: rgb(85,63,208); }

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

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

 span { border-color: rgb(85,63,208); }

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