Html Css Color HEX #4E2B4D Hot Purple

📋 copy color: '#4E2B4D'

red 78 ◦ green 43 ◦ blue 77

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

Shades of Hot Purple #4E2B4D

Tints of Hot Purple #4E2B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 39.39%
G = 21.72%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E2B4D (or 0x4E2B4D) is known color: Hot Purple. HEX triplet: 4E, 2B and 4D. RGB value is (78,43,77). Sum of RGB (Red+Green+Blue) = 78+43+77=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2B4D is #B1D4B2. Grayscale: #393939. Windows color (decimal): -11654323 or 5057358. OLE color: 5057358.

HSL color Cylindrical-coordinate representation of color #4E2B4D: hue angle of 301.71º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E2B4D is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 43 77 -
CMYK 0 0.45 0.01 0.69
HSL 301.71º 0.29% 0.24% -
HSV(B) 301.71º 0.45% 0.31% -
XYZ 5.35 3.88 7.49 -
YUV 57.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 78 43 77 0 0.45 0.01 0.69 301.71 0.29 0.24
Hex 4E 2B 4D 0 2D 1 45 12E 1D 18
Octal 116 53 115 0 55 1 105 456 35 30
Binary 1001110 101011 1001101 0 101101 1 1000101 100101110 11101 11000

Color Harmonies of #4E2B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2B4D

Black with #4E2B4D

Text Example


Text Example

White with #4E2B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,43,77); }

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

background-color css

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

 a { background-color: rgb(78,43,77); }

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

border-color css

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

 span { border-color: rgb(78,43,77); }

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