Html Css Color HEX #4E1B4C Hot Purple

📋 copy color: '#4E1B4C'

red 78 ◦ green 27 ◦ blue 76

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

Shades of Hot Purple #4E1B4C

Tints of Hot Purple #4E1B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 43.09%
G = 14.92%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E1B4C (or 0x4E1B4C) is known color: Hot Purple. HEX triplet: 4E, 1B and 4C. RGB value is (78,27,76). Sum of RGB (Red+Green+Blue) = 78+27+76=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B4C is #B1E4B3. Grayscale: #2F2F2F. Windows color (decimal): -11658420 or 4987726. OLE color: 4987726.

HSL color Cylindrical-coordinate representation of color #4E1B4C: hue angle of 302.35º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E1B4C is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 27 76 -
CMYK 0 0.65 0.03 0.69
HSL 302.35º 0.49% 0.21% -
HSV(B) 302.35º 0.65% 0.31% -
XYZ 4.84 2.93 7.15 -
YUV 47.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 78 27 76 0 0.65 0.03 0.69 302.35 0.49 0.21
Hex 4E 1B 4C 0 41 3 45 12E 31 15
Octal 116 33 114 0 101 3 105 456 61 25
Binary 1001110 11011 1001100 0 1000001 11 1000101 100101110 110001 10101

Color Harmonies of #4E1B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1B4C

Black with #4E1B4C

Text Example


Text Example

White with #4E1B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,27,76); }

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

background-color css

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

 a { background-color: rgb(78,27,76); }

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

border-color css

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

 span { border-color: rgb(78,27,76); }

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