Html Css Color HEX #490457 Hot Purple

📋 copy color: '#490457'

red 73 ◦ green 4 ◦ blue 87

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

Shades of Hot Purple #490457

Tints of Hot Purple #490457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 44.51%
G = 2.44%
B = 53.05%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490457 (or 0x490457) is known color: Hot Purple. HEX triplet: 49, 04 and 57. RGB value is (73,4,87). Sum of RGB (Red+Green+Blue) = 73+4+87=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #490457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490457 is #B6FBA8. Grayscale: #212121. Windows color (decimal): -11991977 or 5702729. OLE color: 5702729.

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

Color convert

RGB 73 4 87 -
CMYK 0.16 0.95 0 0.66
HSL 289.88º 0.91% 0.18% -
HSV(B) 289.88º 0.95% 0.34% -
XYZ 4.51 2.19 9.2 -
YUV 34.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 73 4 87 0.16 0.95 0 0.66 289.88 0.91 0.18
Hex 49 4 57 10 5F 0 42 122 5B 12
Octal 111 4 127 20 137 0 102 442 133 22
Binary 1001001 100 1010111 10000 1011111 0 1000010 100100010 1011011 10010

Color Harmonies of #490457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490457

Black with #490457

Text Example


Text Example

White with #490457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490457; }

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

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

background-color css

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

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

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

border-color css

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

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

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