Html Css Color HEX #490153 Hot Purple

📋 copy color: '#490153'

red 73 ◦ green 1 ◦ blue 83

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

Shades of Hot Purple #490153

Tints of Hot Purple #490153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 46.5%
G = 0.64%
B = 52.87%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490153 (or 0x490153) is known color: Hot Purple. HEX triplet: 49, 01 and 53. RGB value is (73,1,83). Sum of RGB (Red+Green+Blue) = 73+1+83=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #490153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490153 is #B6FEAC. Grayscale: #1F1F1F. Windows color (decimal): -11992749 or 5439817. OLE color: 5439817.

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

Color convert

RGB 73 1 83 -
CMYK 0.12 0.99 0 0.67
HSL 292.68º 0.98% 0.16% -
HSV(B) 292.68º 0.99% 0.33% -
XYZ 4.32 2.06 8.35 -
YUV 31.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 73 1 83 0.12 0.99 0 0.67 292.68 0.98 0.16
Hex 49 1 53 C 63 0 43 125 62 10
Octal 111 1 123 14 143 0 103 445 142 20
Binary 1001001 1 1010011 1100 1100011 0 1000011 100100101 1100010 10000

Color Harmonies of #490153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490153

Black with #490153

Text Example


Text Example

White with #490153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490153; }

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

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

background-color css

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

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

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

border-color css

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

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

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