Html Css Color HEX #4F094E Hot Purple

📋 copy color: '#4F094E'

red 79 ◦ green 9 ◦ blue 78

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

Shades of Hot Purple #4F094E

Tints of Hot Purple #4F094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.99%

R = 47.59%
G = 5.42%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F094E (or 0x4F094E) is known color: Hot Purple. HEX triplet: 4F, 09 and 4E. RGB value is (79,9,78). Sum of RGB (Red+Green+Blue) = 79+9+78=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F094E is #B0F6B1. Grayscale: #252525. Windows color (decimal): -11597490 or 5114191. OLE color: 5114191.

HSL color Cylindrical-coordinate representation of color #4F094E: hue angle of 300.86º 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 #4F094E is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 9 78 -
CMYK 0 0.89 0.01 0.69
HSL 300.86º 0.8% 0.17% -
HSV(B) 300.86º 0.89% 0.31% -
XYZ 4.7 2.41 7.42 -
YUV 37.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 79 9 78 0 0.89 0.01 0.69 300.86 0.8 0.17
Hex 4F 9 4E 0 59 1 45 12D 50 11
Octal 117 11 116 0 131 1 105 455 120 21
Binary 1001111 1001 1001110 0 1011001 1 1000101 100101101 1010000 10001

Color Harmonies of #4F094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F094E

Black with #4F094E

Text Example


Text Example

White with #4F094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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