Html Css Color HEX #4E0153 Hot Purple

📋 copy color: '#4E0153'

red 78 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #4E0153

Tints of Hot Purple #4E0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 83 (32.81% from 255) = 51.23%

R = 48.15%
G = 0.62%
B = 51.23%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E0153 (or 0x4E0153) is known color: Hot Purple. HEX triplet: 4E, 01 and 53. RGB value is (78,1,83). Sum of RGB (Red+Green+Blue) = 78+1+83=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0153 is #B1FEAC. Grayscale: #212121. Windows color (decimal): -11665069 or 5439822. OLE color: 5439822.

HSL color Cylindrical-coordinate representation of color #4E0153: hue angle of 296.34º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0153 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 1 83 -
CMYK 0.06 0.99 0 0.67
HSL 296.34º 0.98% 0.16% -
HSV(B) 296.34º 0.99% 0.33% -
XYZ 4.71 2.27 8.37 -
YUV 33.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 78 1 83 0.06 0.99 0 0.67 296.34 0.98 0.16
Hex 4E 1 53 6 63 0 43 128 62 10
Octal 116 1 123 6 143 0 103 450 142 20
Binary 1001110 1 1010011 110 1100011 0 1000011 100101000 1100010 10000

Color Harmonies of #4E0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0153

Black with #4E0153

Text Example


Text Example

White with #4E0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,1,83); }

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

background-color css

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

 a { background-color: rgb(78,1,83); }

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

border-color css

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

 span { border-color: rgb(78,1,83); }

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