Html Css Color HEX #4D0355 Hot Purple

📋 copy color: '#4D0355'

red 77 ◦ green 3 ◦ blue 85

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

Shades of Hot Purple #4D0355

Tints of Hot Purple #4D0355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

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

R = 46.67%
G = 1.82%
B = 51.52%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D0355 (or 0x4D0355) is known color: Hot Purple. HEX triplet: 4D, 03 and 55. RGB value is (77,3,85). Sum of RGB (Red+Green+Blue) = 77+3+85=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0355 is #B2FCAA. Grayscale: #222222. Windows color (decimal): -11730091 or 5571405. OLE color: 5571405.

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

Color convert

RGB 77 3 85 -
CMYK 0.09 0.96 0 0.67
HSL 294.15º 0.93% 0.17% -
HSV(B) 294.15º 0.96% 0.33% -
XYZ 4.73 2.3 8.79 -
YUV 34.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 77 3 85 0.09 0.96 0 0.67 294.15 0.93 0.17
Hex 4D 3 55 9 60 0 43 126 5D 11
Octal 115 3 125 11 140 0 103 446 135 21
Binary 1001101 11 1010101 1001 1100000 0 1000011 100100110 1011101 10001

Color Harmonies of #4D0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0355

Black with #4D0355

Text Example


Text Example

White with #4D0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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