Html Css Color HEX #492851 Hot Purple

📋 copy color: '#492851'

red 73 ◦ green 40 ◦ blue 81

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

Shades of Hot Purple #492851

Tints of Hot Purple #492851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 37.63%
G = 20.62%
B = 41.75%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#492851 (or 0x492851) is known color: Hot Purple. HEX triplet: 49, 28 and 51. RGB value is (73,40,81). Sum of RGB (Red+Green+Blue) = 73+40+81=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #492851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492851 is #B6D7AE. Grayscale: #363636. Windows color (decimal): -11982767 or 5318729. OLE color: 5318729.

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

Color convert

RGB 73 40 81 -
CMYK 0.10 0.51 0 0.68
HSL 288.29º 0.34% 0.24% -
HSV(B) 288.29º 0.51% 0.32% -
XYZ 4.99 3.53 8.2 -
YUV 54.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 73 40 81 0.10 0.51 0 0.68 288.29 0.34 0.24
Hex 49 28 51 A 33 0 44 120 22 18
Octal 111 50 121 12 63 0 104 440 42 30
Binary 1001001 101000 1010001 1010 110011 0 1000100 100100000 100010 11000

Color Harmonies of #492851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492851

Black with #492851

Text Example


Text Example

White with #492851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492851; }

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

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

background-color css

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

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

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

border-color css

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

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

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