Html Css Color HEX #4F074C Hot Purple

📋 copy color: '#4F074C'

red 79 ◦ green 7 ◦ blue 76

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

Shades of Hot Purple #4F074C

Tints of Hot Purple #4F074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.91%

R = 48.77%
G = 4.32%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F074C (or 0x4F074C) is known color: Hot Purple. HEX triplet: 4F, 07 and 4C. RGB value is (79,7,76). Sum of RGB (Red+Green+Blue) = 79+7+76=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F074C is #B0F8B3. Grayscale: #242424. Windows color (decimal): -11598004 or 4982607. OLE color: 4982607.

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

Color convert

RGB 79 7 76 -
CMYK 0 0.91 0.04 0.69
HSL 302.5º 0.84% 0.17% -
HSV(B) 302.5º 0.91% 0.31% -
XYZ 4.6 2.34 7.05 -
YUV 36.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 79 7 76 0 0.91 0.04 0.69 302.5 0.84 0.17
Hex 4F 7 4C 0 5B 4 45 12E 54 11
Octal 117 7 114 0 133 4 105 456 124 21
Binary 1001111 111 1001100 0 1011011 100 1000101 100101110 1010100 10001

Color Harmonies of #4F074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F074C

Black with #4F074C

Text Example


Text Example

White with #4F074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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