#553AC0

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

Shades of Purple Heart #553AC0

Tints of Purple Heart #553AC0

Color information

#553AC0 (or 0x553AC0) is unknown color: approx Purple Heart. HEX triplet: 55, 3A and C0. RGB value is (85,58,192). Sum of RGB (Red+Green+Blue) = 85+58+192=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #553AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553AC0 is #AAC53F. Grayscale: #505050. Windows color (decimal): -11191616 or 12597845. OLE color: 12597845.

HSL color Cylindrical-coordinate representation of color #553AC0: hue angle of 252.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553AC0 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8558192-
CMYK0.560.7000.25
HSL252.09º53.6%49.02%-
HSV(B)252.09º69.79%75.29%-
XYZ14.778.7650.78-
YUV81.35190.45130.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 192 (75.39% from 255) = 57.31%
R=25.37%
G=17.31%
B=57.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85581920.560.7000.25252.0953.649.02
Hex553AC03846019fc3631
Octal12572300701060313746661
Binary101010111101011000000111000100011001100111111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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