Html Css Color HEX #4F064D Hot Purple

📋 copy color: '#4F064D'

red 79 ◦ green 6 ◦ blue 77

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

Shades of Hot Purple #4F064D

Tints of Hot Purple #4F064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

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

R = 48.77%
G = 3.7%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F064D (or 0x4F064D) is known color: Hot Purple. HEX triplet: 4F, 06 and 4D. RGB value is (79,6,77). Sum of RGB (Red+Green+Blue) = 79+6+77=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F064D is #B0F9B2. Grayscale: #232323. Windows color (decimal): -11598259 or 5047887. OLE color: 5047887.

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

Color convert

RGB 79 6 77 -
CMYK 0 0.92 0.03 0.69
HSL 301.64º 0.86% 0.17% -
HSV(B) 301.64º 0.92% 0.31% -
XYZ 4.63 2.33 7.23 -
YUV 35.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 79 6 77 0 0.92 0.03 0.69 301.64 0.86 0.17
Hex 4F 6 4D 0 5C 3 45 12E 56 11
Octal 117 6 115 0 134 3 105 456 126 21
Binary 1001111 110 1001101 0 1011100 11 1000101 100101110 1010110 10001

Color Harmonies of #4F064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F064D

Black with #4F064D

Text Example


Text Example

White with #4F064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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