Html Css Color HEX #4D095B Hot Purple

📋 copy color: '#4D095B'

red 77 ◦ green 9 ◦ blue 91

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

Shades of Hot Purple #4D095B

Tints of Hot Purple #4D095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 43.5%
G = 5.08%
B = 51.41%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D095B (or 0x4D095B) is known color: Hot Purple. HEX triplet: 4D, 09 and 5B. RGB value is (77,9,91). Sum of RGB (Red+Green+Blue) = 77+9+91=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D095B is #B2F6A4. Grayscale: #262626. Windows color (decimal): -11728549 or 5966157. OLE color: 5966157.

HSL color Cylindrical-coordinate representation of color #4D095B: hue angle of 289.76º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D095B is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 9 91 -
CMYK 0.15 0.90 0 0.64
HSL 289.76º 0.82% 0.2% -
HSV(B) 289.76º 0.9% 0.36% -
XYZ 5.05 2.53 10.12 -
YUV 38.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 77 9 91 0.15 0.90 0 0.64 289.76 0.82 0.2
Hex 4D 9 5B F 5A 0 40 122 52 14
Octal 115 11 133 17 132 0 100 442 122 24
Binary 1001101 1001 1011011 1111 1011010 0 1000000 100100010 1010010 10100

Color Harmonies of #4D095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D095B

Black with #4D095B

Text Example


Text Example

White with #4D095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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