Html Css Color HEX #4F094D Hot Purple

📋 copy color: '#4F094D'

red 79 ◦ green 9 ◦ blue 77

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

Shades of Hot Purple #4F094D

Tints of Hot Purple #4F094D

RGB

 RED value IS 79 (31.25% from 255) = 47.88%

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

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

R = 47.88%
G = 5.45%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F094D (or 0x4F094D) is known color: Hot Purple. HEX triplet: 4F, 09 and 4D. RGB value is (79,9,77). Sum of RGB (Red+Green+Blue) = 79+9+77=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F094D is #B0F6B2. Grayscale: #252525. Windows color (decimal): -11597491 or 5048655. OLE color: 5048655.

HSL color Cylindrical-coordinate representation of color #4F094D: hue angle of 301.71º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F094D is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 9 77 -
CMYK 0 0.89 0.03 0.69
HSL 301.71º 0.8% 0.17% -
HSV(B) 301.71º 0.89% 0.31% -
XYZ 4.66 2.39 7.24 -
YUV 37.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 79 9 77 0 0.89 0.03 0.69 301.71 0.8 0.17
Hex 4F 9 4D 0 59 3 45 12E 50 11
Octal 117 11 115 0 131 3 105 456 120 21
Binary 1001111 1001 1001101 0 1011001 11 1000101 100101110 1010000 10001

Color Harmonies of #4F094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F094D

Black with #4F094D

Text Example


Text Example

White with #4F094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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