Html Css Color HEX #4D045B Hot Purple

📋 copy color: '#4D045B'

red 77 ◦ green 4 ◦ blue 91

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

Shades of Hot Purple #4D045B

Tints of Hot Purple #4D045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 44.77%
G = 2.33%
B = 52.91%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D045B (or 0x4D045B) is known color: Hot Purple. HEX triplet: 4D, 04 and 5B. RGB value is (77,4,91). Sum of RGB (Red+Green+Blue) = 77+4+91=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D045B is #B2FBA4. Grayscale: #232323. Windows color (decimal): -11729829 or 5964877. OLE color: 5964877.

HSL color Cylindrical-coordinate representation of color #4D045B: hue angle of 290.34º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D045B is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 4 91 -
CMYK 0.15 0.96 0 0.64
HSL 290.34º 0.92% 0.19% -
HSV(B) 290.34º 0.96% 0.36% -
XYZ 4.99 2.42 10.1 -
YUV 35.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 77 4 91 0.15 0.96 0 0.64 290.34 0.92 0.19
Hex 4D 4 5B F 60 0 40 122 5C 13
Octal 115 4 133 17 140 0 100 442 134 23
Binary 1001101 100 1011011 1111 1100000 0 1000000 100100010 1011100 10011

Color Harmonies of #4D045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D045B

Black with #4D045B

Text Example


Text Example

White with #4D045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,91); }

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

background-color css

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

 a { background-color: rgb(77,4,91); }

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

border-color css

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

 span { border-color: rgb(77,4,91); }

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