Html Css Color HEX #4E074B Hot Purple

📋 copy color: '#4E074B'

red 78 ◦ green 7 ◦ blue 75

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

Shades of Hot Purple #4E074B

Tints of Hot Purple #4E074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

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

R = 48.75%
G = 4.38%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E074B (or 0x4E074B) is known color: Hot Purple. HEX triplet: 4E, 07 and 4B. RGB value is (78,7,75). Sum of RGB (Red+Green+Blue) = 78+7+75=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E074B is #B1F8B4. Grayscale: #232323. Windows color (decimal): -11663541 or 4917070. OLE color: 4917070.

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

Color convert

RGB 78 7 75 -
CMYK 0 0.91 0.04 0.69
HSL 302.54º 0.84% 0.17% -
HSV(B) 302.54º 0.91% 0.31% -
XYZ 4.49 2.28 6.86 -
YUV 35.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 78 7 75 0 0.91 0.04 0.69 302.54 0.84 0.17
Hex 4E 7 4B 0 5B 4 45 12F 54 11
Octal 116 7 113 0 133 4 105 457 124 21
Binary 1001110 111 1001011 0 1011011 100 1000101 100101111 1010100 10001

Color Harmonies of #4E074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E074B

Black with #4E074B

Text Example


Text Example

White with #4E074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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