#5613C6

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

Shades of Purple Heart #5613C6

Tints of Purple Heart #5613C6

Color information

#5613C6 (or 0x5613C6) is unknown color: approx Purple Heart. HEX triplet: 56, 13 and C6. RGB value is (86,19,198). Sum of RGB (Red+Green+Blue) = 86+19+198=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #5613C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613C6 is #A9EC39. Grayscale: #3A3A3A. Windows color (decimal): -11136058 or 12981078. OLE color: 12981078.

HSL color Cylindrical-coordinate representation of color #5613C6: hue angle of 262.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5613C6 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8619198-
CMYK0.570.9000.22
HSL262.46º82.49%42.55%-
HSV(B)262.46º90.4%77.65%-
XYZ14.266.5253.93-
YUV59.44206.2146.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 198 (77.73% from 255) = 65.35%
R=28.38%
G=6.27%
B=65.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86191980.570.9000.22262.4682.4942.55
Hex5613C6395A016106522b
Octal126233067113202640612253
Binary1010110100111100011011100110110100101101000001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5613C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5613C6; }

 p { color: rgb(86,19,198); }

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

<style>
 a { background-color: #5613C6; }

 a { background-color: rgb(86,19,198); }

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

<style>
 span { border-color: #5613C6; }

 span { border-color: rgb(86,19,198); }

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