Html Css Color HEX #4E0252 Hot Purple

📋 copy color: '#4E0252'

red 78 ◦ green 2 ◦ blue 82

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

Shades of Hot Purple #4E0252

Tints of Hot Purple #4E0252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 48.15%
G = 1.23%
B = 50.62%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4E0252 (or 0x4E0252) is known color: Hot Purple. HEX triplet: 4E, 02 and 52. RGB value is (78,2,82). Sum of RGB (Red+Green+Blue) = 78+2+82=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0252 is #B1FDAD. Grayscale: #212121. Windows color (decimal): -11664814 or 5374542. OLE color: 5374542.

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

Color convert

RGB 78 2 82 -
CMYK 0.05 0.98 0 0.68
HSL 297º 0.95% 0.16% -
HSV(B) 297º 0.98% 0.32% -
XYZ 4.69 2.27 8.17 -
YUV 33.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 78 2 82 0.05 0.98 0 0.68 297 0.95 0.16
Hex 4E 2 52 5 62 0 44 129 5F 10
Octal 116 2 122 5 142 0 104 451 137 20
Binary 1001110 10 1010010 101 1100010 0 1000100 100101001 1011111 10000

Color Harmonies of #4E0252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0252

Black with #4E0252

Text Example


Text Example

White with #4E0252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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