Html Css Color HEX #4F144B Hot Purple

📋 copy color: '#4F144B'

red 79 ◦ green 20 ◦ blue 75

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

Shades of Hot Purple #4F144B

Tints of Hot Purple #4F144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 45.4%
G = 11.49%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F144B (or 0x4F144B) is known color: Hot Purple. HEX triplet: 4F, 14 and 4B. RGB value is (79,20,75). Sum of RGB (Red+Green+Blue) = 79+20+75=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F144B is #B0EBB4. Grayscale: #2B2B2B. Windows color (decimal): -11594677 or 4920399. OLE color: 4920399.

HSL color Cylindrical-coordinate representation of color #4F144B: hue angle of 304.07º 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 #4F144B is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 20 75 -
CMYK 0 0.75 0.05 0.69
HSL 304.07º 0.6% 0.19% -
HSV(B) 304.07º 0.75% 0.31% -
XYZ 4.74 2.67 6.92 -
YUV 43.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 79 20 75 0 0.75 0.05 0.69 304.07 0.6 0.19
Hex 4F 14 4B 0 4B 5 45 130 3C 13
Octal 117 24 113 0 113 5 105 460 74 23
Binary 1001111 10100 1001011 0 1001011 101 1000101 100110000 111100 10011

Color Harmonies of #4F144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F144B

Black with #4F144B

Text Example


Text Example

White with #4F144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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