Html Css Color HEX #4F1259 Hot Purple

📋 copy color: '#4F1259'

red 79 ◦ green 18 ◦ blue 89

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

Shades of Hot Purple #4F1259

Tints of Hot Purple #4F1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 42.47%
G = 9.68%
B = 47.85%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F1259 (or 0x4F1259) is known color: Hot Purple. HEX triplet: 4F, 12 and 59. RGB value is (79,18,89). Sum of RGB (Red+Green+Blue) = 79+18+89=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F1259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1259 is #B0EDA6. Grayscale: #2C2C2C. Windows color (decimal): -11595175 or 5837391. OLE color: 5837391.

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

Color convert

RGB 79 18 89 -
CMYK 0.11 0.80 0 0.65
HSL 291.55º 0.66% 0.21% -
HSV(B) 291.55º 0.8% 0.35% -
XYZ 5.24 2.82 9.72 -
YUV 44.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 79 18 89 0.11 0.80 0 0.65 291.55 0.66 0.21
Hex 4F 12 59 B 50 0 41 124 42 15
Octal 117 22 131 13 120 0 101 444 102 25
Binary 1001111 10010 1011001 1011 1010000 0 1000001 100100100 1000010 10101

Color Harmonies of #4F1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1259

Black with #4F1259

Text Example


Text Example

White with #4F1259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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