Html Css Color HEX #4E2252 Hot Purple

📋 copy color: '#4E2252'

red 78 ◦ green 34 ◦ blue 82

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

Shades of Hot Purple #4E2252

Tints of Hot Purple #4E2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 40.21%
G = 17.53%
B = 42.27%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4E2252 (or 0x4E2252) is known color: Hot Purple. HEX triplet: 4E, 22 and 52. RGB value is (78,34,82). Sum of RGB (Red+Green+Blue) = 78+34+82=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E2252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2252 is #B1DDAD. Grayscale: #343434. Windows color (decimal): -11656622 or 5382734. OLE color: 5382734.

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

Color convert

RGB 78 34 82 -
CMYK 0.05 0.59 0 0.68
HSL 295º 0.41% 0.23% -
HSV(B) 295º 0.59% 0.32% -
XYZ 5.24 3.37 8.36 -
YUV 52.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 78 34 82 0.05 0.59 0 0.68 295 0.41 0.23
Hex 4E 22 52 5 3B 0 44 127 29 17
Octal 116 42 122 5 73 0 104 447 51 27
Binary 1001110 100010 1010010 101 111011 0 1000100 100100111 101001 10111

Color Harmonies of #4E2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2252

Black with #4E2252

Text Example


Text Example

White with #4E2252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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