Html Css Color HEX #491F51 Hot Purple

📋 copy color: '#491F51'

red 73 ◦ green 31 ◦ blue 81

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

Shades of Hot Purple #491F51

Tints of Hot Purple #491F51

RGB

 RED value IS 73 (28.91% from 255) = 39.46%

 GREEN value IS 31 (12.5% from 255) = 16.76%

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 39.46%
G = 16.76%
B = 43.78%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491F51 (or 0x491F51) is known color: Hot Purple. HEX triplet: 49, 1F and 51. RGB value is (73,31,81). Sum of RGB (Red+Green+Blue) = 73+31+81=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #491F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F51 is #B6E0AE. Grayscale: #313131. Windows color (decimal): -11985071 or 5316425. OLE color: 5316425.

HSL color Cylindrical-coordinate representation of color #491F51: hue angle of 290.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491F51 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 31 81 -
CMYK 0.10 0.62 0 0.68
HSL 290.4º 0.45% 0.22% -
HSV(B) 290.4º 0.62% 0.32% -
XYZ 4.72 2.99 8.11 -
YUV 49.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 73 31 81 0.10 0.62 0 0.68 290.4 0.45 0.22
Hex 49 1F 51 A 3E 0 44 122 2D 16
Octal 111 37 121 12 76 0 104 442 55 26
Binary 1001001 11111 1010001 1010 111110 0 1000100 100100010 101101 10110

Color Harmonies of #491F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F51

Black with #491F51

Text Example


Text Example

White with #491F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F51; }

 p { color: rgb(73,31,81); }

 H1.HeaderClassName
 {
   color: #491F51;
 }
 .AnyTagClassName
 {
   color: #491F51;
 }
</style>

background-color css

<style>
 a { background-color: #491F51; }

 a { background-color: rgb(73,31,81); }

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

border-color css

<style>
 span { border-color: #491F51; }

 span { border-color: rgb(73,31,81); }

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