Html Css Color HEX #4F0059 Hot Purple

📋 copy color: '#4F0059'

red 79 ◦ green 0 ◦ blue 89

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

Shades of Hot Purple #4F0059

Tints of Hot Purple #4F0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 52.98%

R = 47.02%
G = 0%
B = 52.98%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F0059 (or 0x4F0059) is known color: Hot Purple. HEX triplet: 4F, 00 and 59. RGB value is (79,0,89). Sum of RGB (Red+Green+Blue) = 79+0+89=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0059 is #B0FFA6. Grayscale: #212121. Windows color (decimal): -11599783 or 5832783. OLE color: 5832783.

HSL color Cylindrical-coordinate representation of color #4F0059: hue angle of 293.26º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0059 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 0 89 -
CMYK 0.11 1 0 0.65
HSL 293.26º 1% 0.17% -
HSV(B) 293.26º 1% 0.35% -
XYZ 5.03 2.38 9.65 -
YUV 33.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 79 0 89 0.11 1 0 0.65 293.26 1 0.17
Hex 4F 0 59 B 64 0 41 125 64 11
Octal 117 0 131 13 144 0 101 445 144 21
Binary 1001111 0 1011001 1011 1100100 0 1000001 100100101 1100100 10001

Color Harmonies of #4F0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0059

Black with #4F0059

Text Example


Text Example

White with #4F0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,89); }

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

background-color css

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

 a { background-color: rgb(79,0,89); }

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

border-color css

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

 span { border-color: rgb(79,0,89); }

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