Html Css Color HEX #492353 Hot Purple

📋 copy color: '#492353'

red 73 ◦ green 35 ◦ blue 83

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

Shades of Hot Purple #492353

Tints of Hot Purple #492353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 38.22%
G = 18.32%
B = 43.46%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492353 (or 0x492353) is known color: Hot Purple. HEX triplet: 49, 23 and 53. RGB value is (73,35,83). Sum of RGB (Red+Green+Blue) = 73+35+83=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #492353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492353 is #B6DCAC. Grayscale: #333333. Windows color (decimal): -11984045 or 5448521. OLE color: 5448521.

HSL color Cylindrical-coordinate representation of color #492353: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492353 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 35 83 -
CMYK 0.12 0.58 0 0.67
HSL 287.5º 0.41% 0.23% -
HSV(B) 287.5º 0.58% 0.33% -
XYZ 4.91 3.24 8.55 -
YUV 51.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 73 35 83 0.12 0.58 0 0.67 287.5 0.41 0.23
Hex 49 23 53 C 3A 0 43 120 29 17
Octal 111 43 123 14 72 0 103 440 51 27
Binary 1001001 100011 1010011 1100 111010 0 1000011 100100000 101001 10111

Color Harmonies of #492353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492353

Black with #492353

Text Example


Text Example

White with #492353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492353; }

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

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

background-color css

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

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

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

border-color css

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

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

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