Html Css Color HEX #4E0D4B Hot Purple

📋 copy color: '#4E0D4B'

red 78 ◦ green 13 ◦ blue 75

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

Shades of Hot Purple #4E0D4B

Tints of Hot Purple #4E0D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

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

R = 46.99%
G = 7.83%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E0D4B (or 0x4E0D4B) is known color: Hot Purple. HEX triplet: 4E, 0D and 4B. RGB value is (78,13,75). Sum of RGB (Red+Green+Blue) = 78+13+75=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D4B is #B1F2B4. Grayscale: #272727. Windows color (decimal): -11662005 or 4918606. OLE color: 4918606.

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

Color convert

RGB 78 13 75 -
CMYK 0 0.83 0.04 0.69
HSL 302.77º 0.71% 0.18% -
HSV(B) 302.77º 0.83% 0.31% -
XYZ 4.56 2.42 6.88 -
YUV 39.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 78 13 75 0 0.83 0.04 0.69 302.77 0.71 0.18
Hex 4E D 4B 0 53 4 45 12F 47 12
Octal 116 15 113 0 123 4 105 457 107 22
Binary 1001110 1101 1001011 0 1010011 100 1000101 100101111 1000111 10010

Color Harmonies of #4E0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D4B

Black with #4E0D4B

Text Example


Text Example

White with #4E0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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