Html Css Color HEX #4F144F Hot Purple

📋 copy color: '#4F144F'

red 79 ◦ green 20 ◦ blue 79

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

Shades of Hot Purple #4F144F

Tints of Hot Purple #4F144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 44.38%
G = 11.24%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F144F (or 0x4F144F) is known color: Hot Purple. HEX triplet: 4F, 14 and 4F. RGB value is (79,20,79). Sum of RGB (Red+Green+Blue) = 79+20+79=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F144F is #B0EBB0. Grayscale: #2C2C2C. Windows color (decimal): -11594673 or 5182543. OLE color: 5182543.

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

Color convert

RGB 79 20 79 -
CMYK 0 0.75 0 0.69
HSL 300º 0.6% 0.19% -
HSV(B) 300º 0.75% 0.31% -
XYZ 4.89 2.73 7.67 -
YUV 44.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 79 20 79 0 0.75 0 0.69 300 0.6 0.19
Hex 4F 14 4F 0 4B 0 45 12C 3C 13
Octal 117 24 117 0 113 0 105 454 74 23
Binary 1001111 10100 1001111 0 1001011 0 1000101 100101100 111100 10011

Color Harmonies of #4F144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F144F

Black with #4F144F

Text Example


Text Example

White with #4F144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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