Html Css Color HEX #4F074E Hot Purple

📋 copy color: '#4F074E'

red 79 ◦ green 7 ◦ blue 78

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

Shades of Hot Purple #4F074E

Tints of Hot Purple #4F074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

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

R = 48.17%
G = 4.27%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F074E (or 0x4F074E) is known color: Hot Purple. HEX triplet: 4F, 07 and 4E. RGB value is (79,7,78). Sum of RGB (Red+Green+Blue) = 79+7+78=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F074E is #B0F8B1. Grayscale: #242424. Windows color (decimal): -11598002 or 5113679. OLE color: 5113679.

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

Color convert

RGB 79 7 78 -
CMYK 0 0.91 0.01 0.69
HSL 300.83º 0.84% 0.17% -
HSV(B) 300.83º 0.91% 0.31% -
XYZ 4.68 2.36 7.42 -
YUV 36.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 79 7 78 0 0.91 0.01 0.69 300.83 0.84 0.17
Hex 4F 7 4E 0 5B 1 45 12D 54 11
Octal 117 7 116 0 133 1 105 455 124 21
Binary 1001111 111 1001110 0 1011011 1 1000101 100101101 1010100 10001

Color Harmonies of #4F074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F074E

Black with #4F074E

Text Example


Text Example

White with #4F074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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