Html Css Color HEX #491151 Hot Purple

📋 copy color: '#491151'

red 73 ◦ green 17 ◦ blue 81

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

Shades of Hot Purple #491151

Tints of Hot Purple #491151

RGB

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

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

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

R = 42.69%
G = 9.94%
B = 47.37%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491151 (or 0x491151) is known color: Hot Purple. HEX triplet: 49, 11 and 51. RGB value is (73,17,81). Sum of RGB (Red+Green+Blue) = 73+17+81=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #491151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491151 is #B6EEAE. Grayscale: #282828. Windows color (decimal): -11988655 or 5312841. OLE color: 5312841.

HSL color Cylindrical-coordinate representation of color #491151: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491151 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 17 81 -
CMYK 0.10 0.79 0 0.68
HSL 292.5º 0.65% 0.19% -
HSV(B) 292.5º 0.79% 0.32% -
XYZ 4.43 2.41 8.02 -
YUV 41.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 73 17 81 0.10 0.79 0 0.68 292.5 0.65 0.19
Hex 49 11 51 A 4F 0 44 124 41 13
Octal 111 21 121 12 117 0 104 444 101 23
Binary 1001001 10001 1010001 1010 1001111 0 1000100 100100100 1000001 10011

Color Harmonies of #491151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491151

Black with #491151

Text Example


Text Example

White with #491151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491151; }

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

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

background-color css

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

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

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

border-color css

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

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

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