#5611C3

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

Shades of Purple Heart #5611C3

Tints of Purple Heart #5611C3

Color information

#5611C3 (or 0x5611C3) is unknown color: approx Purple Heart. HEX triplet: 56, 11 and C3. RGB value is (86,17,195). Sum of RGB (Red+Green+Blue) = 86+17+195=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #5611C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611C3 is #A9EE3C. Grayscale: #393939. Windows color (decimal): -11136573 or 12783958. OLE color: 12783958.

HSL color Cylindrical-coordinate representation of color #5611C3: hue angle of 263.26º 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 #5611C3 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8617195-
CMYK0.560.9100.24
HSL263.26º83.96%41.57%-
HSV(B)263.26º91.28%76.47%-
XYZ13.896.3252.12-
YUV57.92205.36148.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 195 (76.56% from 255) = 65.44%
R=28.86%
G=5.70%
B=65.44%

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
Decimal86171950.560.9100.24263.2683.9641.57
Hex5611C3385B018107542a
Octal126213037013303040712452
Binary1010110100011100001111100010110110110001000001111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5611C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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