Html Css Color HEX #490157 Hot Purple

📋 copy color: '#490157'

red 73 ◦ green 1 ◦ blue 87

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

Shades of Hot Purple #490157

Tints of Hot Purple #490157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.04%

R = 45.34%
G = 0.62%
B = 54.04%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490157 (or 0x490157) is known color: Hot Purple. HEX triplet: 49, 01 and 57. RGB value is (73,1,87). Sum of RGB (Red+Green+Blue) = 73+1+87=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #490157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490157 is #B6FEA8. Grayscale: #202020. Windows color (decimal): -11992745 or 5701961. OLE color: 5701961.

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

Color convert

RGB 73 1 87 -
CMYK 0.16 0.99 0 0.66
HSL 290.23º 0.98% 0.17% -
HSV(B) 290.23º 0.99% 0.34% -
XYZ 4.48 2.13 9.19 -
YUV 32.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 73 1 87 0.16 0.99 0 0.66 290.23 0.98 0.17
Hex 49 1 57 10 63 0 42 122 62 11
Octal 111 1 127 20 143 0 102 442 142 21
Binary 1001001 1 1010111 10000 1100011 0 1000010 100100010 1100010 10001

Color Harmonies of #490157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490157

Black with #490157

Text Example


Text Example

White with #490157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490157; }

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

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

background-color css

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

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

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

border-color css

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

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

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