Html Css Color HEX #492B51 Hot Purple

📋 copy color: '#492B51'

red 73 ◦ green 43 ◦ blue 81

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

Shades of Hot Purple #492B51

Tints of Hot Purple #492B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

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

R = 37.06%
G = 21.83%
B = 41.12%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#492B51 (or 0x492B51) is known color: Hot Purple. HEX triplet: 49, 2B and 51. RGB value is (73,43,81). Sum of RGB (Red+Green+Blue) = 73+43+81=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #492B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B51 is #B6D4AE. Grayscale: #383838. Windows color (decimal): -11981999 or 5319497. OLE color: 5319497.

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

Color convert

RGB 73 43 81 -
CMYK 0.10 0.47 0 0.68
HSL 287.37º 0.31% 0.24% -
HSV(B) 287.37º 0.47% 0.32% -
XYZ 5.1 3.74 8.24 -
YUV 56.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 73 43 81 0.10 0.47 0 0.68 287.37 0.31 0.24
Hex 49 2B 51 A 2F 0 44 11F 1F 18
Octal 111 53 121 12 57 0 104 437 37 30
Binary 1001001 101011 1010001 1010 101111 0 1000100 100011111 11111 11000

Color Harmonies of #492B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B51

Black with #492B51

Text Example


Text Example

White with #492B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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