Html Css Color HEX #492251 Hot Purple

📋 copy color: '#492251'

red 73 ◦ green 34 ◦ blue 81

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

Shades of Hot Purple #492251

Tints of Hot Purple #492251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 38.83%
G = 18.09%
B = 43.09%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#492251 (or 0x492251) is known color: Hot Purple. HEX triplet: 49, 22 and 51. RGB value is (73,34,81). Sum of RGB (Red+Green+Blue) = 73+34+81=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #492251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492251 is #B6DDAE. Grayscale: #323232. Windows color (decimal): -11984303 or 5317193. OLE color: 5317193.

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

Color convert

RGB 73 34 81 -
CMYK 0.10 0.58 0 0.68
HSL 289.79º 0.41% 0.23% -
HSV(B) 289.79º 0.58% 0.32% -
XYZ 4.8 3.15 8.14 -
YUV 51.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 73 34 81 0.10 0.58 0 0.68 289.79 0.41 0.23
Hex 49 22 51 A 3A 0 44 122 29 17
Octal 111 42 121 12 72 0 104 442 51 27
Binary 1001001 100010 1010001 1010 111010 0 1000100 100100010 101001 10111

Color Harmonies of #492251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492251

Black with #492251

Text Example


Text Example

White with #492251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492251; }

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

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

background-color css

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

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

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

border-color css

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

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

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