#553FC7

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

Shades of Purple Heart #553FC7

Tints of Purple Heart #553FC7

Color information

#553FC7 (or 0x553FC7) is unknown color: approx Purple Heart. HEX triplet: 55, 3F and C7. RGB value is (85,63,199). Sum of RGB (Red+Green+Blue) = 85+63+199=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 199 (78.12% from 255 or 57.35% from 347); Max value from RGB is 199 - color contains mainly: blue. Hex color #553FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FC7 is #AAC038. Grayscale: #545454. Windows color (decimal): -11190329 or 13057877. OLE color: 13057877.

HSL color Cylindrical-coordinate representation of color #553FC7: hue angle of 249.71º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553FC7 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8563199-
CMYK0.570.6800.22
HSL249.71º54.84%51.37%-
HSV(B)249.71º68.34%78.04%-
XYZ15.839.6155.05-
YUV85.08192.29127.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 199 (78.12% from 255) = 57.35%
R=24.50%
G=18.16%
B=57.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85631990.570.6800.22249.7154.8451.37
Hex553FC73944016fa3733
Octal12577307711040263726763
Binary101010111111111000111111001100010001011011111010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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