Html Css Color HEX #4D0851 Hot Purple

📋 copy color: '#4D0851'

red 77 ◦ green 8 ◦ blue 81

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

Shades of Hot Purple #4D0851

Tints of Hot Purple #4D0851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.8%

R = 46.39%
G = 4.82%
B = 48.8%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4D0851 (or 0x4D0851) is known color: Hot Purple. HEX triplet: 4D, 08 and 51. RGB value is (77,8,81). Sum of RGB (Red+Green+Blue) = 77+8+81=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D0851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0851 is #B2F7AE. Grayscale: #242424. Windows color (decimal): -11728815 or 5310541. OLE color: 5310541.

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

Color convert

RGB 77 8 81 -
CMYK 0.05 0.90 0 0.68
HSL 296.71º 0.82% 0.17% -
HSV(B) 296.71º 0.9% 0.32% -
XYZ 4.63 2.35 7.99 -
YUV 36.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 77 8 81 0.05 0.90 0 0.68 296.71 0.82 0.17
Hex 4D 8 51 5 5A 0 44 129 52 11
Octal 115 10 121 5 132 0 104 451 122 21
Binary 1001101 1000 1010001 101 1011010 0 1000100 100101001 1010010 10001

Color Harmonies of #4D0851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0851

Black with #4D0851

Text Example


Text Example

White with #4D0851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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