Html Css Color HEX #4D284F Hot Purple

📋 copy color: '#4D284F'

red 77 ◦ green 40 ◦ blue 79

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

Shades of Hot Purple #4D284F

Tints of Hot Purple #4D284F

RGB

 RED value IS 77 (30.47% from 255) = 39.29%

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 39.29%
G = 20.41%
B = 40.31%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D284F (or 0x4D284F) is known color: Hot Purple. HEX triplet: 4D, 28 and 4F. RGB value is (77,40,79). Sum of RGB (Red+Green+Blue) = 77+40+79=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D284F is #B2D7B0. Grayscale: #373737. Windows color (decimal): -11720625 or 5187661. OLE color: 5187661.

HSL color Cylindrical-coordinate representation of color #4D284F: hue angle of 296.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D284F is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 40 79 -
CMYK 0.03 0.49 0 0.69
HSL 296.92º 0.33% 0.23% -
HSV(B) 296.92º 0.49% 0.31% -
XYZ 5.23 3.66 7.83 -
YUV 55.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 77 40 79 0.03 0.49 0 0.69 296.92 0.33 0.23
Hex 4D 28 4F 3 31 0 45 129 21 17
Octal 115 50 117 3 61 0 105 451 41 27
Binary 1001101 101000 1001111 11 110001 0 1000101 100101001 100001 10111

Color Harmonies of #4D284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D284F

Black with #4D284F

Text Example


Text Example

White with #4D284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,79); }

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

background-color css

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

 a { background-color: rgb(77,40,79); }

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

border-color css

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

 span { border-color: rgb(77,40,79); }

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