Html Css Color HEX #490953 Hot Purple

📋 copy color: '#490953'

red 73 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #490953

Tints of Hot Purple #490953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 44.24%
G = 5.45%
B = 50.3%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490953 (or 0x490953) is known color: Hot Purple. HEX triplet: 49, 09 and 53. RGB value is (73,9,83). Sum of RGB (Red+Green+Blue) = 73+9+83=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #490953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490953 is #B6F6AC. Grayscale: #242424. Windows color (decimal): -11990701 or 5441865. OLE color: 5441865.

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

Color convert

RGB 73 9 83 -
CMYK 0.12 0.89 0 0.67
HSL 291.89º 0.8% 0.18% -
HSV(B) 291.89º 0.89% 0.33% -
XYZ 4.41 2.24 8.38 -
YUV 36.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 73 9 83 0.12 0.89 0 0.67 291.89 0.8 0.18
Hex 49 9 53 C 59 0 43 124 50 12
Octal 111 11 123 14 131 0 103 444 120 22
Binary 1001001 1001 1010011 1100 1011001 0 1000011 100100100 1010000 10010

Color Harmonies of #490953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490953

Black with #490953

Text Example


Text Example

White with #490953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490953; }

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

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

background-color css

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

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

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

border-color css

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

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

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