Html Css Color HEX #4F115B Hot Purple

📋 copy color: '#4F115B'

red 79 ◦ green 17 ◦ blue 91

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

Shades of Hot Purple #4F115B

Tints of Hot Purple #4F115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 42.25%
G = 9.09%
B = 48.66%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F115B (or 0x4F115B) is known color: Hot Purple. HEX triplet: 4F, 11 and 5B. RGB value is (79,17,91). Sum of RGB (Red+Green+Blue) = 79+17+91=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F115B is #B0EEA4. Grayscale: #2B2B2B. Windows color (decimal): -11595429 or 5968207. OLE color: 5968207.

HSL color Cylindrical-coordinate representation of color #4F115B: hue angle of 290.27º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F115B is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 17 91 -
CMYK 0.13 0.81 0 0.64
HSL 290.27º 0.69% 0.21% -
HSV(B) 290.27º 0.81% 0.36% -
XYZ 5.31 2.82 10.16 -
YUV 43.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 79 17 91 0.13 0.81 0 0.64 290.27 0.69 0.21
Hex 4F 11 5B D 51 0 40 122 45 15
Octal 117 21 133 15 121 0 100 442 105 25
Binary 1001111 10001 1011011 1101 1010001 0 1000000 100100010 1000101 10101

Color Harmonies of #4F115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F115B

Black with #4F115B

Text Example


Text Example

White with #4F115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,17,91); }

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

background-color css

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

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

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

border-color css

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

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

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