Html Css Color HEX #492351 Hot Purple

📋 copy color: '#492351'

red 73 ◦ green 35 ◦ blue 81

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

Shades of Hot Purple #492351

Tints of Hot Purple #492351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 38.62%
G = 18.52%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#492351 (or 0x492351) is known color: Hot Purple. HEX triplet: 49, 23 and 51. RGB value is (73,35,81). Sum of RGB (Red+Green+Blue) = 73+35+81=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #492351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492351 is #B6DCAE. Grayscale: #333333. Windows color (decimal): -11984047 or 5317449. OLE color: 5317449.

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

Color convert

RGB 73 35 81 -
CMYK 0.10 0.57 0 0.68
HSL 289.57º 0.4% 0.23% -
HSV(B) 289.57º 0.57% 0.32% -
XYZ 4.83 3.21 8.15 -
YUV 51.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 73 35 81 0.10 0.57 0 0.68 289.57 0.4 0.23
Hex 49 23 51 A 39 0 44 122 28 17
Octal 111 43 121 12 71 0 104 442 50 27
Binary 1001001 100011 1010001 1010 111001 0 1000100 100100010 101000 10111

Color Harmonies of #492351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492351

Black with #492351

Text Example


Text Example

White with #492351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492351; }

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

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

background-color css

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

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

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

border-color css

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

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

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