Html Css Color HEX #490853 Hot Purple

📋 copy color: '#490853'

red 73 ◦ green 8 ◦ blue 83

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

Shades of Hot Purple #490853

Tints of Hot Purple #490853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 44.51%
G = 4.88%
B = 50.61%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490853 (or 0x490853) is known color: Hot Purple. HEX triplet: 49, 08 and 53. RGB value is (73,8,83). Sum of RGB (Red+Green+Blue) = 73+8+83=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #490853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490853 is #B6F7AC. Grayscale: #232323. Windows color (decimal): -11990957 or 5441609. OLE color: 5441609.

HSL color Cylindrical-coordinate representation of color #490853: hue angle of 292º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490853 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 8 83 -
CMYK 0.12 0.90 0 0.67
HSL 292º 0.82% 0.18% -
HSV(B) 292º 0.9% 0.33% -
XYZ 4.4 2.21 8.38 -
YUV 35.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 73 8 83 0.12 0.90 0 0.67 292 0.82 0.18
Hex 49 8 53 C 5A 0 43 124 52 12
Octal 111 10 123 14 132 0 103 444 122 22
Binary 1001001 1000 1010011 1100 1011010 0 1000011 100100100 1010010 10010

Color Harmonies of #490853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490853

Black with #490853

Text Example


Text Example

White with #490853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490853; }

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

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

background-color css

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

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

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

border-color css

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

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

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