Html Css Color HEX #4E0A4B Hot Purple

📋 copy color: '#4E0A4B'

red 78 ◦ green 10 ◦ blue 75

#4E0A4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #4E0A4B

Tints of Hot Purple #4E0A4B

RGB

 RED value IS 78 (30.86% from 255) = 47.85%

 GREEN value IS 10 (4.3% from 255) = 6.13%

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 47.85%
G = 6.13%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E0A4B (or 0x4E0A4B) is known color: Hot Purple. HEX triplet: 4E, 0A and 4B. RGB value is (78,10,75). Sum of RGB (Red+Green+Blue) = 78+10+75=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A4B is #B1F5B4. Grayscale: #252525. Windows color (decimal): -11662773 or 4917838. OLE color: 4917838.

HSL color Cylindrical-coordinate representation of color #4E0A4B: hue angle of 302.65º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0A4B is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 10 75 -
CMYK 0 0.87 0.04 0.69
HSL 302.65º 0.77% 0.17% -
HSV(B) 302.65º 0.87% 0.31% -
XYZ 4.52 2.34 6.87 -
YUV 37.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 78 10 75 0 0.87 0.04 0.69 302.65 0.77 0.17
Hex 4E A 4B 0 57 4 45 12F 4D 11
Octal 116 12 113 0 127 4 105 457 115 21
Binary 1001110 1010 1001011 0 1010111 100 1000101 100101111 1001101 10001

Color Harmonies of #4E0A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0A4B

Black with #4E0A4B

Text Example


Text Example

White with #4E0A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,10,75); }

 H1.HeaderClassName
 {
   color: #4E0A4B;
 }
 .AnyTagClassName
 {
   color: #4E0A4B;
 }
</style>

background-color css

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

 a { background-color: rgb(78,10,75); }

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

border-color css

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

 span { border-color: rgb(78,10,75); }

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