Html Css Color HEX #4E095C Hot Purple

📋 copy color: '#4E095C'

red 78 ◦ green 9 ◦ blue 92

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

Shades of Hot Purple #4E095C

Tints of Hot Purple #4E095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.03%

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 43.58%
G = 5.03%
B = 51.4%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E095C (or 0x4E095C) is known color: Hot Purple. HEX triplet: 4E, 09 and 5C. RGB value is (78,9,92). Sum of RGB (Red+Green+Blue) = 78+9+92=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E095C is #B1F6A3. Grayscale: #262626. Windows color (decimal): -11663012 or 6031694. OLE color: 6031694.

HSL color Cylindrical-coordinate representation of color #4E095C: hue angle of 289.88º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E095C is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 9 92 -
CMYK 0.15 0.90 0 0.64
HSL 289.88º 0.82% 0.2% -
HSV(B) 289.88º 0.9% 0.36% -
XYZ 5.17 2.59 10.35 -
YUV 39.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 78 9 92 0.15 0.90 0 0.64 289.88 0.82 0.2
Hex 4E 9 5C F 5A 0 40 122 52 14
Octal 116 11 134 17 132 0 100 442 122 24
Binary 1001110 1001 1011100 1111 1011010 0 1000000 100100010 1010010 10100

Color Harmonies of #4E095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E095C

Black with #4E095C

Text Example


Text Example

White with #4E095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,9,92); }

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

background-color css

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

 a { background-color: rgb(78,9,92); }

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

border-color css

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

 span { border-color: rgb(78,9,92); }

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