Html Css Color HEX #4E0B55 Hot Purple

📋 copy color: '#4E0B55'

red 78 ◦ green 11 ◦ blue 85

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

Shades of Hot Purple #4E0B55

Tints of Hot Purple #4E0B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 44.83%
G = 6.32%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E0B55 (or 0x4E0B55) is known color: Hot Purple. HEX triplet: 4E, 0B and 55. RGB value is (78,11,85). Sum of RGB (Red+Green+Blue) = 78+11+85=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E0B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B55 is #B1F4AA. Grayscale: #272727. Windows color (decimal): -11662507 or 5573454. OLE color: 5573454.

HSL color Cylindrical-coordinate representation of color #4E0B55: hue angle of 294.32º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0B55 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 11 85 -
CMYK 0.08 0.87 0 0.67
HSL 294.32º 0.77% 0.19% -
HSV(B) 294.32º 0.87% 0.33% -
XYZ 4.9 2.51 8.82 -
YUV 39.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 78 11 85 0.08 0.87 0 0.67 294.32 0.77 0.19
Hex 4E B 55 8 57 0 43 126 4D 13
Octal 116 13 125 10 127 0 103 446 115 23
Binary 1001110 1011 1010101 1000 1010111 0 1000011 100100110 1001101 10011

Color Harmonies of #4E0B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0B55

Black with #4E0B55

Text Example


Text Example

White with #4E0B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,11,85); }

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

background-color css

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

 a { background-color: rgb(78,11,85); }

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

border-color css

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

 span { border-color: rgb(78,11,85); }

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