#553CCC

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

Shades of Purple Heart #553CCC

Tints of Purple Heart #553CCC

Color information

#553CCC (or 0x553CCC) is unknown color: approx Purple Heart. HEX triplet: 55, 3C and CC. RGB value is (85,60,204). Sum of RGB (Red+Green+Blue) = 85+60+204=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #553CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CCC is #AAC333. Grayscale: #535353. Windows color (decimal): -11191092 or 13384789. OLE color: 13384789.

HSL color Cylindrical-coordinate representation of color #553CCC: hue angle of 250.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553CCC is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8560204-
CMYK0.580.7100.2
HSL250.42º58.54%51.76%-
HSV(B)250.42º70.59%80%-
XYZ16.269.5258.11-
YUV83.89195.78128.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=24.36%
G=17.19%
B=58.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85602040.580.7100.2250.4258.5451.76
Hex553CCC3A47014fa3b34
Octal12574314721070243727364
Binary101010111110011001100111010100011101010011111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,60,204); }

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

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

 a { background-color: rgb(85,60,204); }

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

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

 span { border-color: rgb(85,60,204); }

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