Html Css Color HEX #491251 Hot Purple

📋 copy color: '#491251'

red 73 ◦ green 18 ◦ blue 81

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

Shades of Hot Purple #491251

Tints of Hot Purple #491251

RGB

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

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

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

R = 42.44%
G = 10.47%
B = 47.09%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491251 (or 0x491251) is known color: Hot Purple. HEX triplet: 49, 12 and 51. RGB value is (73,18,81). Sum of RGB (Red+Green+Blue) = 73+18+81=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #491251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491251 is #B6EDAE. Grayscale: #292929. Windows color (decimal): -11988399 or 5313097. OLE color: 5313097.

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

Color convert

RGB 73 18 81 -
CMYK 0.10 0.78 0 0.68
HSL 292.38º 0.64% 0.19% -
HSV(B) 292.38º 0.78% 0.32% -
XYZ 4.45 2.44 8.02 -
YUV 41.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 73 18 81 0.10 0.78 0 0.68 292.38 0.64 0.19
Hex 49 12 51 A 4E 0 44 124 40 13
Octal 111 22 121 12 116 0 104 444 100 23
Binary 1001001 10010 1010001 1010 1001110 0 1000100 100100100 1000000 10011

Color Harmonies of #491251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491251

Black with #491251

Text Example


Text Example

White with #491251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491251; }

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

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

background-color css

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

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

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

border-color css

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

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

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