Html Css Color HEX #4F0A59 Hot Purple

📋 copy color: '#4F0A59'

red 79 ◦ green 10 ◦ blue 89

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

Shades of Hot Purple #4F0A59

Tints of Hot Purple #4F0A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.62%

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

R = 44.38%
G = 5.62%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F0A59 (or 0x4F0A59) is known color: Hot Purple. HEX triplet: 4F, 0A and 59. RGB value is (79,10,89). Sum of RGB (Red+Green+Blue) = 79+10+89=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F0A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0A59 is #B0F5A6. Grayscale: #272727. Windows color (decimal): -11597223 or 5835343. OLE color: 5835343.

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

Color convert

RGB 79 10 89 -
CMYK 0.11 0.89 0 0.65
HSL 292.41º 0.8% 0.19% -
HSV(B) 292.41º 0.89% 0.35% -
XYZ 5.14 2.6 9.68 -
YUV 39.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 79 10 89 0.11 0.89 0 0.65 292.41 0.8 0.19
Hex 4F A 59 B 59 0 41 124 50 13
Octal 117 12 131 13 131 0 101 444 120 23
Binary 1001111 1010 1011001 1011 1011001 0 1000001 100100100 1010000 10011

Color Harmonies of #4F0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A59

Black with #4F0A59

Text Example


Text Example

White with #4F0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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