#5006C0

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

Shades of Purple Heart #5006C0

Tints of Purple Heart #5006C0

Color information

#5006C0 (or 0x5006C0) is unknown color: approx Purple Heart. HEX triplet: 50, 06 and C0. RGB value is (80,6,192). Sum of RGB (Red+Green+Blue) = 80+6+192=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #5006C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006C0 is #AFF93F. Grayscale: #303030. Windows color (decimal): -11532608 or 12584528. OLE color: 12584528.

HSL color Cylindrical-coordinate representation of color #5006C0: hue angle of 263.87º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006C0 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB806192-
CMYK0.580.9700.25
HSL263.87º93.94%38.82%-
HSV(B)263.87º96.88%75.29%-
XYZ12.895.6450.28-
YUV49.33208.52149.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 192 (75.39% from 255) = 69.06%
R=28.78%
G=2.16%
B=69.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8061920.580.9700.25263.8793.9438.82
Hex506C03A610191085e27
Octal12063007214103141013647
Binary10100001101100000011101011000010110011000010001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5006C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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