Html Css Color HEX #4E3555 Hot Purple

📋 copy color: '#4E3555'

red 78 ◦ green 53 ◦ blue 85

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

Shades of Hot Purple #4E3555

Tints of Hot Purple #4E3555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 36.11%
G = 24.54%
B = 39.35%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E3555 (or 0x4E3555) is known color: Hot Purple. HEX triplet: 4E, 35 and 55. RGB value is (78,53,85). Sum of RGB (Red+Green+Blue) = 78+53+85=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E3555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3555 is #B1CAAA. Grayscale: #404040. Windows color (decimal): -11651755 or 5584206. OLE color: 5584206.

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

Color convert

RGB 78 53 85 -
CMYK 0.08 0.38 0 0.67
HSL 286.88º 0.23% 0.27% -
HSV(B) 286.88º 0.38% 0.33% -
XYZ 6.05 4.82 9.21 -
YUV 64.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 78 53 85 0.08 0.38 0 0.67 286.88 0.23 0.27
Hex 4E 35 55 8 26 0 43 11F 17 1B
Octal 116 65 125 10 46 0 103 437 27 33
Binary 1001110 110101 1010101 1000 100110 0 1000011 100011111 10111 11011

Color Harmonies of #4E3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3555

Black with #4E3555

Text Example


Text Example

White with #4E3555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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