Html Css Color HEX #4E125B Hot Purple

📋 copy color: '#4E125B'

red 78 ◦ green 18 ◦ blue 91

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

Shades of Hot Purple #4E125B

Tints of Hot Purple #4E125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 41.71%
G = 9.63%
B = 48.66%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E125B (or 0x4E125B) is known color: Hot Purple. HEX triplet: 4E, 12 and 5B. RGB value is (78,18,91). Sum of RGB (Red+Green+Blue) = 78+18+91=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E125B is #B1EDA4. Grayscale: #2C2C2C. Windows color (decimal): -11660709 or 5968462. OLE color: 5968462.

HSL color Cylindrical-coordinate representation of color #4E125B: hue angle of 289.32º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E125B is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 18 91 -
CMYK 0.14 0.80 0 0.64
HSL 289.32º 0.67% 0.21% -
HSV(B) 289.32º 0.8% 0.36% -
XYZ 5.25 2.81 10.16 -
YUV 44.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 78 18 91 0.14 0.80 0 0.64 289.32 0.67 0.21
Hex 4E 12 5B E 50 0 40 121 43 15
Octal 116 22 133 16 120 0 100 441 103 25
Binary 1001110 10010 1011011 1110 1010000 0 1000000 100100001 1000011 10101

Color Harmonies of #4E125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E125B

Black with #4E125B

Text Example


Text Example

White with #4E125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,91); }

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

background-color css

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

 a { background-color: rgb(78,18,91); }

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

border-color css

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

 span { border-color: rgb(78,18,91); }

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