#5006C6

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

Shades of Purple Heart #5006C6

Tints of Purple Heart #5006C6

Color information

#5006C6 (or 0x5006C6) is unknown color: approx Purple Heart. HEX triplet: 50, 06 and C6. RGB value is (80,6,198). Sum of RGB (Red+Green+Blue) = 80+6+198=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 198 (77.73% from 255 or 69.72% from 284); Max value from RGB is 198 - color contains mainly: blue. Hex color #5006C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006C6 is #AFF939. Grayscale: #313131. Windows color (decimal): -11532602 or 12977744. OLE color: 12977744.

HSL color Cylindrical-coordinate representation of color #5006C6: hue angle of 263.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006C6 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB806198-
CMYK0.600.9700.22
HSL263.12º94.12%40%-
HSV(B)263.12º96.97%77.65%-
XYZ13.575.9153.85-
YUV50.01211.52149.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 198 (77.73% from 255) = 69.72%
R=28.17%
G=2.11%
B=69.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8061980.600.9700.22263.1294.1240
Hex506C63C610161075e28
Octal12063067414102640713650
Binary10100001101100011011110011000010101101000001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5006C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,6,198); }

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

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

 a { background-color: rgb(80,6,198); }

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

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

 span { border-color: rgb(80,6,198); }

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