Html Css Color HEX #4F084D Hot Purple

📋 copy color: '#4F084D'

red 79 ◦ green 8 ◦ blue 77

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

Shades of Hot Purple #4F084D

Tints of Hot Purple #4F084D

RGB

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

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

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

R = 48.17%
G = 4.88%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F084D (or 0x4F084D) is known color: Hot Purple. HEX triplet: 4F, 08 and 4D. RGB value is (79,8,77). Sum of RGB (Red+Green+Blue) = 79+8+77=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F084D is #B0F7B2. Grayscale: #242424. Windows color (decimal): -11597747 or 5048399. OLE color: 5048399.

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

Color convert

RGB 79 8 77 -
CMYK 0 0.90 0.03 0.69
HSL 301.69º 0.82% 0.17% -
HSV(B) 301.69º 0.9% 0.31% -
XYZ 4.65 2.37 7.23 -
YUV 37.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 79 8 77 0 0.90 0.03 0.69 301.69 0.82 0.17
Hex 4F 8 4D 0 5A 3 45 12E 52 11
Octal 117 10 115 0 132 3 105 456 122 21
Binary 1001111 1000 1001101 0 1011010 11 1000101 100101110 1010010 10001

Color Harmonies of #4F084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F084D

Black with #4F084D

Text Example


Text Example

White with #4F084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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