#4E0650

Color #4E0650 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4E0650

Tints of Hot Purple #4E0650

Color information

#4E0650 (or 0x4E0650) is unknown color: approx Hot Purple. HEX triplet: 4E, 06 and 50. RGB value is (78,6,80). Sum of RGB (Red+Green+Blue) = 78+6+80=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0650 is #B1F9AF. Grayscale: #232323. Windows color (decimal): -11663792 or 5244494. OLE color: 5244494.

HSL color Cylindrical-coordinate representation of color #4E0650: hue angle of 298.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0650 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB78680-
CMYK0.020.9200.69
HSL298.38º86.05%16.86%-
HSV(B)298.38º92.5%31.37%-
XYZ4.652.337.79-
YUV35.96152.85157.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.56%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=47.56%
G=3.66%
B=48.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal786800.020.9200.69298.3886.0516.86
Hex4E65025C04512a5611
Octal11661202134010545212621
Binary1001110110101000010101110001000101100101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E0650; }

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

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

<style>
 a { background-color: #4E0650; }

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

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

<style>
 span { border-color: #4E0650; }

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

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