Html Css Color HEX #492B4C Hot Purple

📋 copy color: '#492B4C'

red 73 ◦ green 43 ◦ blue 76

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

Shades of Hot Purple #492B4C

Tints of Hot Purple #492B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 38.02%
G = 22.4%
B = 39.58%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#492B4C (or 0x492B4C) is known color: Hot Purple. HEX triplet: 49, 2B and 4C. RGB value is (73,43,76). Sum of RGB (Red+Green+Blue) = 73+43+76=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 76 - color contains mainly: blue. Hex color #492B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B4C is #B6D4B3. Grayscale: #373737. Windows color (decimal): -11982004 or 4991817. OLE color: 4991817.

HSL color Cylindrical-coordinate representation of color #492B4C: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #492B4C is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 43 76 -
CMYK 0.04 0.43 0 0.70
HSL 294.55º 0.28% 0.23% -
HSV(B) 294.55º 0.43% 0.3% -
XYZ 4.92 3.67 7.29 -
YUV 55.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 73 43 76 0.04 0.43 0 0.70 294.55 0.28 0.23
Hex 49 2B 4C 4 2B 0 46 127 1C 17
Octal 111 53 114 4 53 0 106 447 34 27
Binary 1001001 101011 1001100 100 101011 0 1000110 100100111 11100 10111

Color Harmonies of #492B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B4C

Black with #492B4C

Text Example


Text Example

White with #492B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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