#5511C3

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

Shades of Purple Heart #5511C3

Tints of Purple Heart #5511C3

Color information

#5511C3 (or 0x5511C3) is unknown color: approx Purple Heart. HEX triplet: 55, 11 and C3. RGB value is (85,17,195). Sum of RGB (Red+Green+Blue) = 85+17+195=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 195 (76.56% from 255 or 65.66% from 297); Max value from RGB is 195 - color contains mainly: blue. Hex color #5511C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511C3 is #AAEE3C. Grayscale: #383838. Windows color (decimal): -11202109 or 12783957. OLE color: 12783957.

HSL color Cylindrical-coordinate representation of color #5511C3: hue angle of 262.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5511C3 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8517195-
CMYK0.560.9100.24
HSL262.92º83.96%41.57%-
HSV(B)262.92º91.28%76.47%-
XYZ13.86.2752.11-
YUV57.62205.53147.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 195 (76.56% from 255) = 65.66%
R=28.62%
G=5.72%
B=65.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85171950.560.9100.24262.9283.9641.57
Hex5511C3385B018107542a
Octal125213037013303040712452
Binary1010101100011100001111100010110110110001000001111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5511C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5511C3; }

 p { color: rgb(85,17,195); }

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

<style>
 a { background-color: #5511C3; }

 a { background-color: rgb(85,17,195); }

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

<style>
 span { border-color: #5511C3; }

 span { border-color: rgb(85,17,195); }

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