Html Css Color HEX #490353 Hot Purple

📋 copy color: '#490353'

red 73 ◦ green 3 ◦ blue 83

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

Shades of Hot Purple #490353

Tints of Hot Purple #490353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

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

R = 45.91%
G = 1.89%
B = 52.2%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490353 (or 0x490353) is known color: Hot Purple. HEX triplet: 49, 03 and 53. RGB value is (73,3,83). Sum of RGB (Red+Green+Blue) = 73+3+83=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #490353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490353 is #B6FCAC. Grayscale: #202020. Windows color (decimal): -11992237 or 5440329. OLE color: 5440329.

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

Color convert

RGB 73 3 83 -
CMYK 0.12 0.96 0 0.67
HSL 292.5º 0.93% 0.17% -
HSV(B) 292.5º 0.96% 0.33% -
XYZ 4.34 2.11 8.36 -
YUV 33.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 73 3 83 0.12 0.96 0 0.67 292.5 0.93 0.17
Hex 49 3 53 C 60 0 43 124 5D 11
Octal 111 3 123 14 140 0 103 444 135 21
Binary 1001001 11 1010011 1100 1100000 0 1000011 100100100 1011101 10001

Color Harmonies of #490353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490353

Black with #490353

Text Example


Text Example

White with #490353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490353; }

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

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

background-color css

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

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

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

border-color css

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

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

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