Html Css Color HEX #4F314E Hot Purple

📋 copy color: '#4F314E'

red 79 ◦ green 49 ◦ blue 78

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

Shades of Hot Purple #4F314E

Tints of Hot Purple #4F314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 38.35%
G = 23.79%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F314E (or 0x4F314E) is known color: Hot Purple. HEX triplet: 4F, 31 and 4E. RGB value is (79,49,78). Sum of RGB (Red+Green+Blue) = 79+49+78=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F314E is #B0CEB1. Grayscale: #3D3D3D. Windows color (decimal): -11587250 or 5124431. OLE color: 5124431.

HSL color Cylindrical-coordinate representation of color #4F314E: hue angle of 302º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F314E is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 49 78 -
CMYK 0 0.38 0.01 0.69
HSL 302º 0.23% 0.25% -
HSV(B) 302º 0.38% 0.31% -
XYZ 5.7 4.41 7.76 -
YUV 61.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 79 49 78 0 0.38 0.01 0.69 302 0.23 0.25
Hex 4F 31 4E 0 26 1 45 12E 17 19
Octal 117 61 116 0 46 1 105 456 27 31
Binary 1001111 110001 1001110 0 100110 1 1000101 100101110 10111 11001

Color Harmonies of #4F314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F314E

Black with #4F314E

Text Example


Text Example

White with #4F314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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