Html Css Color HEX #4D1155 Hot Purple

📋 copy color: '#4D1155'

red 77 ◦ green 17 ◦ blue 85

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

Shades of Hot Purple #4D1155

Tints of Hot Purple #4D1155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 43.02%
G = 9.5%
B = 47.49%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D1155 (or 0x4D1155) is known color: Hot Purple. HEX triplet: 4D, 11 and 55. RGB value is (77,17,85). Sum of RGB (Red+Green+Blue) = 77+17+85=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D1155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1155 is #B2EEAA. Grayscale: #2A2A2A. Windows color (decimal): -11726507 or 5574989. OLE color: 5574989.

HSL color Cylindrical-coordinate representation of color #4D1155: hue angle of 292.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1155 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 17 85 -
CMYK 0.09 0.80 0 0.67
HSL 292.94º 0.67% 0.2% -
HSV(B) 292.94º 0.8% 0.33% -
XYZ 4.9 2.63 8.84 -
YUV 42.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 77 17 85 0.09 0.80 0 0.67 292.94 0.67 0.2
Hex 4D 11 55 9 50 0 43 125 43 14
Octal 115 21 125 11 120 0 103 445 103 24
Binary 1001101 10001 1010101 1001 1010000 0 1000011 100100101 1000011 10100

Color Harmonies of #4D1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1155

Black with #4D1155

Text Example


Text Example

White with #4D1155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,85); }

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

background-color css

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

 a { background-color: rgb(77,17,85); }

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

border-color css

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

 span { border-color: rgb(77,17,85); }

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