Html Css Color HEX #4F174F Hot Purple

📋 copy color: '#4F174F'

red 79 ◦ green 23 ◦ blue 79

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

Shades of Hot Purple #4F174F

Tints of Hot Purple #4F174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 79 (31.25% from 255) = 43.65%

R = 43.65%
G = 12.71%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F174F (or 0x4F174F) is known color: Hot Purple. HEX triplet: 4F, 17 and 4F. RGB value is (79,23,79). Sum of RGB (Red+Green+Blue) = 79+23+79=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F174F is #B0E8B0. Grayscale: #2D2D2D. Windows color (decimal): -11593905 or 5183311. OLE color: 5183311.

HSL color Cylindrical-coordinate representation of color #4F174F: hue angle of 300º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F174F is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 23 79 -
CMYK 0 0.71 0 0.69
HSL 300º 0.55% 0.2% -
HSV(B) 300º 0.71% 0.31% -
XYZ 4.94 2.84 7.68 -
YUV 46.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 79 23 79 0 0.71 0 0.69 300 0.55 0.2
Hex 4F 17 4F 0 47 0 45 12C 37 14
Octal 117 27 117 0 107 0 105 454 67 24
Binary 1001111 10111 1001111 0 1000111 0 1000101 100101100 110111 10100

Color Harmonies of #4F174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F174F

Black with #4F174F

Text Example


Text Example

White with #4F174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,79); }

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

background-color css

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

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

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

border-color css

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

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

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