Html Css Color HEX #4F2959 Hot Purple

📋 copy color: '#4F2959'

red 79 ◦ green 41 ◦ blue 89

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

Shades of Hot Purple #4F2959

Tints of Hot Purple #4F2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

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

R = 37.8%
G = 19.62%
B = 42.58%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F2959 (or 0x4F2959) is known color: Hot Purple. HEX triplet: 4F, 29 and 59. RGB value is (79,41,89). Sum of RGB (Red+Green+Blue) = 79+41+89=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F2959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2959 is #B0D6A6. Grayscale: #393939. Windows color (decimal): -11589287 or 5843279. OLE color: 5843279.

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

Color convert

RGB 79 41 89 -
CMYK 0.11 0.54 0 0.65
HSL 287.5º 0.37% 0.25% -
HSV(B) 287.5º 0.54% 0.35% -
XYZ 5.82 3.97 9.91 -
YUV 57.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 79 41 89 0.11 0.54 0 0.65 287.5 0.37 0.25
Hex 4F 29 59 B 36 0 41 120 25 19
Octal 117 51 131 13 66 0 101 440 45 31
Binary 1001111 101001 1011001 1011 110110 0 1000001 100100000 100101 11001

Color Harmonies of #4F2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2959

Black with #4F2959

Text Example


Text Example

White with #4F2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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