Html Css Color HEX #4E165A Hot Purple

📋 copy color: '#4E165A'

red 78 ◦ green 22 ◦ blue 90

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

Shades of Hot Purple #4E165A

Tints of Hot Purple #4E165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 41.05%
G = 11.58%
B = 47.37%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E165A (or 0x4E165A) is known color: Hot Purple. HEX triplet: 4E, 16 and 5A. RGB value is (78,22,90). Sum of RGB (Red+Green+Blue) = 78+22+90=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165A is #B1E9A5. Grayscale: #2E2E2E. Windows color (decimal): -11659686 or 5903950. OLE color: 5903950.

HSL color Cylindrical-coordinate representation of color #4E165A: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E165A is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 22 90 -
CMYK 0.13 0.76 0 0.65
HSL 289.41º 0.61% 0.22% -
HSV(B) 289.41º 0.76% 0.35% -
XYZ 5.27 2.93 9.96 -
YUV 46.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 78 22 90 0.13 0.76 0 0.65 289.41 0.61 0.22
Hex 4E 16 5A D 4C 0 41 121 3D 16
Octal 116 26 132 15 114 0 101 441 75 26
Binary 1001110 10110 1011010 1101 1001100 0 1000001 100100001 111101 10110

Color Harmonies of #4E165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E165A

Black with #4E165A

Text Example


Text Example

White with #4E165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,22,90); }

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

background-color css

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

 a { background-color: rgb(78,22,90); }

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

border-color css

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

 span { border-color: rgb(78,22,90); }

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