Html Css Color HEX #4F124B Hot Purple

📋 copy color: '#4F124B'

red 79 ◦ green 18 ◦ blue 75

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

Shades of Hot Purple #4F124B

Tints of Hot Purple #4F124B

RGB

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

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

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

R = 45.93%
G = 10.47%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F124B (or 0x4F124B) is known color: Hot Purple. HEX triplet: 4F, 12 and 4B. RGB value is (79,18,75). Sum of RGB (Red+Green+Blue) = 79+18+75=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F124B is #B0EDB4. Grayscale: #2A2A2A. Windows color (decimal): -11595189 or 4919887. OLE color: 4919887.

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

Color convert

RGB 79 18 75 -
CMYK 0 0.77 0.05 0.69
HSL 303.93º 0.63% 0.19% -
HSV(B) 303.93º 0.77% 0.31% -
XYZ 4.71 2.6 6.91 -
YUV 42.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 79 18 75 0 0.77 0.05 0.69 303.93 0.63 0.19
Hex 4F 12 4B 0 4D 5 45 130 3F 13
Octal 117 22 113 0 115 5 105 460 77 23
Binary 1001111 10010 1001011 0 1001101 101 1000101 100110000 111111 10011

Color Harmonies of #4F124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F124B

Black with #4F124B

Text Example


Text Example

White with #4F124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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