Html Css Color HEX #4E3450 Hot Purple

📋 copy color: '#4E3450'

red 78 ◦ green 52 ◦ blue 80

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

Shades of Hot Purple #4E3450

Tints of Hot Purple #4E3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 37.14%
G = 24.76%
B = 38.1%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E3450 (or 0x4E3450) is known color: Hot Purple. HEX triplet: 4E, 34 and 50. RGB value is (78,52,80). Sum of RGB (Red+Green+Blue) = 78+52+80=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3450 is #B1CBAF. Grayscale: #3E3E3E. Windows color (decimal): -11652016 or 5256270. OLE color: 5256270.

HSL color Cylindrical-coordinate representation of color #4E3450: hue angle of 295.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E3450 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 52 80 -
CMYK 0.02 0.35 0 0.69
HSL 295.71º 0.21% 0.26% -
HSV(B) 295.71º 0.35% 0.31% -
XYZ 5.82 4.65 8.18 -
YUV 62.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 78 52 80 0.02 0.35 0 0.69 295.71 0.21 0.26
Hex 4E 34 50 2 23 0 45 128 15 1A
Octal 116 64 120 2 43 0 105 450 25 32
Binary 1001110 110100 1010000 10 100011 0 1000101 100101000 10101 11010

Color Harmonies of #4E3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3450

Black with #4E3450

Text Example


Text Example

White with #4E3450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,52,80); }

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

background-color css

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

 a { background-color: rgb(78,52,80); }

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

border-color css

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

 span { border-color: rgb(78,52,80); }

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