Html Css Color HEX #4D0850 Hot Purple

📋 copy color: '#4D0850'

red 77 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #4D0850

Tints of Hot Purple #4D0850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

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

R = 46.67%
G = 4.85%
B = 48.48%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D0850 (or 0x4D0850) is known color: Hot Purple. HEX triplet: 4D, 08 and 50. RGB value is (77,8,80). Sum of RGB (Red+Green+Blue) = 77+8+80=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D0850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0850 is #B2F7AF. Grayscale: #242424. Windows color (decimal): -11728816 or 5245005. OLE color: 5245005.

HSL color Cylindrical-coordinate representation of color #4D0850: hue angle of 297.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0850 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 8 80 -
CMYK 0.04 0.90 0 0.69
HSL 297.5º 0.82% 0.17% -
HSV(B) 297.5º 0.9% 0.31% -
XYZ 4.6 2.33 7.8 -
YUV 36.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 77 8 80 0.04 0.90 0 0.69 297.5 0.82 0.17
Hex 4D 8 50 4 5A 0 45 12A 52 11
Octal 115 10 120 4 132 0 105 452 122 21
Binary 1001101 1000 1010000 100 1011010 0 1000101 100101010 1010010 10001

Color Harmonies of #4D0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0850

Black with #4D0850

Text Example


Text Example

White with #4D0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,8,80); }

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

background-color css

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

 a { background-color: rgb(77,8,80); }

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

border-color css

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

 span { border-color: rgb(77,8,80); }

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