Html Css Color HEX #490352 Hot Purple

📋 copy color: '#490352'

red 73 ◦ green 3 ◦ blue 82

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

Shades of Hot Purple #490352

Tints of Hot Purple #490352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 51.9%

R = 46.2%
G = 1.9%
B = 51.9%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490352 (or 0x490352) is known color: Hot Purple. HEX triplet: 49, 03 and 52. RGB value is (73,3,82). Sum of RGB (Red+Green+Blue) = 73+3+82=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #490352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490352 is #B6FCAD. Grayscale: #202020. Windows color (decimal): -11992238 or 5374793. OLE color: 5374793.

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

Color convert

RGB 73 3 82 -
CMYK 0.11 0.96 0 0.68
HSL 293.16º 0.93% 0.17% -
HSV(B) 293.16º 0.96% 0.32% -
XYZ 4.3 2.09 8.16 -
YUV 32.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 73 3 82 0.11 0.96 0 0.68 293.16 0.93 0.17
Hex 49 3 52 B 60 0 44 125 5D 11
Octal 111 3 122 13 140 0 104 445 135 21
Binary 1001001 11 1010010 1011 1100000 0 1000100 100100101 1011101 10001

Color Harmonies of #490352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490352

Black with #490352

Text Example


Text Example

White with #490352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490352; }

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

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

background-color css

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

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

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

border-color css

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

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

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