Html Css Color HEX #4F084E Hot Purple

📋 copy color: '#4F084E'

red 79 ◦ green 8 ◦ blue 78

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

Shades of Hot Purple #4F084E

Tints of Hot Purple #4F084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

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

R = 47.88%
G = 4.85%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F084E (or 0x4F084E) is known color: Hot Purple. HEX triplet: 4F, 08 and 4E. RGB value is (79,8,78). Sum of RGB (Red+Green+Blue) = 79+8+78=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F084E is #B0F7B1. Grayscale: #252525. Windows color (decimal): -11597746 or 5113935. OLE color: 5113935.

HSL color Cylindrical-coordinate representation of color #4F084E: hue angle of 300.85º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F084E is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 8 78 -
CMYK 0 0.90 0.01 0.69
HSL 300.85º 0.82% 0.17% -
HSV(B) 300.85º 0.9% 0.31% -
XYZ 4.69 2.39 7.42 -
YUV 37.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 79 8 78 0 0.90 0.01 0.69 300.85 0.82 0.17
Hex 4F 8 4E 0 5A 1 45 12D 52 11
Octal 117 10 116 0 132 1 105 455 122 21
Binary 1001111 1000 1001110 0 1011010 1 1000101 100101101 1010010 10001

Color Harmonies of #4F084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F084E

Black with #4F084E

Text Example


Text Example

White with #4F084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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