Html Css Color HEX #4E0152 Hot Purple

📋 copy color: '#4E0152'

red 78 ◦ green 1 ◦ blue 82

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

Shades of Hot Purple #4E0152

Tints of Hot Purple #4E0152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.93%

R = 48.45%
G = 0.62%
B = 50.93%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4E0152 (or 0x4E0152) is known color: Hot Purple. HEX triplet: 4E, 01 and 52. RGB value is (78,1,82). Sum of RGB (Red+Green+Blue) = 78+1+82=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E0152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0152 is #B1FEAD. Grayscale: #212121. Windows color (decimal): -11665070 or 5374286. OLE color: 5374286.

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

Color convert

RGB 78 1 82 -
CMYK 0.05 0.99 0 0.68
HSL 297.04º 0.98% 0.16% -
HSV(B) 297.04º 0.99% 0.32% -
XYZ 4.68 2.25 8.17 -
YUV 33.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 78 1 82 0.05 0.99 0 0.68 297.04 0.98 0.16
Hex 4E 1 52 5 63 0 44 129 62 10
Octal 116 1 122 5 143 0 104 451 142 20
Binary 1001110 1 1010010 101 1100011 0 1000100 100101001 1100010 10000

Color Harmonies of #4E0152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0152

Black with #4E0152

Text Example


Text Example

White with #4E0152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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