Html Css Color HEX #492350 Hot Purple

📋 copy color: '#492350'

red 73 ◦ green 35 ◦ blue 80

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

Shades of Hot Purple #492350

Tints of Hot Purple #492350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.55%

R = 38.83%
G = 18.62%
B = 42.55%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#492350 (or 0x492350) is known color: Hot Purple. HEX triplet: 49, 23 and 50. RGB value is (73,35,80). Sum of RGB (Red+Green+Blue) = 73+35+80=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #492350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492350 is #B6DCAF. Grayscale: #333333. Windows color (decimal): -11984048 or 5251913. OLE color: 5251913.

HSL color Cylindrical-coordinate representation of color #492350: hue angle of 290.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492350 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 35 80 -
CMYK 0.09 0.56 0 0.69
HSL 290.67º 0.39% 0.23% -
HSV(B) 290.67º 0.56% 0.31% -
XYZ 4.8 3.2 7.95 -
YUV 51.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 73 35 80 0.09 0.56 0 0.69 290.67 0.39 0.23
Hex 49 23 50 9 38 0 45 123 27 17
Octal 111 43 120 11 70 0 105 443 47 27
Binary 1001001 100011 1010000 1001 111000 0 1000101 100100011 100111 10111

Color Harmonies of #492350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492350

Black with #492350

Text Example


Text Example

White with #492350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492350; }

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

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

background-color css

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

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

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

border-color css

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

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

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