Html Css Color HEX #4E2953 Hot Purple

📋 copy color: '#4E2953'

red 78 ◦ green 41 ◦ blue 83

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

Shades of Hot Purple #4E2953

Tints of Hot Purple #4E2953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.3%

 BLUE value IS 83 (32.81% from 255) = 41.09%

R = 38.61%
G = 20.3%
B = 41.09%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E2953 (or 0x4E2953) is known color: Hot Purple. HEX triplet: 4E, 29 and 53. RGB value is (78,41,83). Sum of RGB (Red+Green+Blue) = 78+41+83=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E2953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2953 is #B1D6AC. Grayscale: #383838. Windows color (decimal): -11654829 or 5450062. OLE color: 5450062.

HSL color Cylindrical-coordinate representation of color #4E2953: hue angle of 292.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E2953 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 41 83 -
CMYK 0.06 0.51 0 0.67
HSL 292.86º 0.34% 0.24% -
HSV(B) 292.86º 0.51% 0.33% -
XYZ 5.5 3.83 8.63 -
YUV 56.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 78 41 83 0.06 0.51 0 0.67 292.86 0.34 0.24
Hex 4E 29 53 6 33 0 43 125 22 18
Octal 116 51 123 6 63 0 103 445 42 30
Binary 1001110 101001 1010011 110 110011 0 1000011 100100101 100010 11000

Color Harmonies of #4E2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2953

Black with #4E2953

Text Example


Text Example

White with #4E2953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,41,83); }

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

background-color css

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

 a { background-color: rgb(78,41,83); }

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

border-color css

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

 span { border-color: rgb(78,41,83); }

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