Html Css Color HEX #490453 Hot Purple

📋 copy color: '#490453'

red 73 ◦ green 4 ◦ blue 83

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

Shades of Hot Purple #490453

Tints of Hot Purple #490453

RGB

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

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

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

R = 45.63%
G = 2.5%
B = 51.88%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490453 (or 0x490453) is known color: Hot Purple. HEX triplet: 49, 04 and 53. RGB value is (73,4,83). Sum of RGB (Red+Green+Blue) = 73+4+83=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #490453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490453 is #B6FBAC. Grayscale: #212121. Windows color (decimal): -11991981 or 5440585. OLE color: 5440585.

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

Color convert

RGB 73 4 83 -
CMYK 0.12 0.95 0 0.67
HSL 292.41º 0.91% 0.17% -
HSV(B) 292.41º 0.95% 0.33% -
XYZ 4.35 2.13 8.36 -
YUV 33.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 73 4 83 0.12 0.95 0 0.67 292.41 0.91 0.17
Hex 49 4 53 C 5F 0 43 124 5B 11
Octal 111 4 123 14 137 0 103 444 133 21
Binary 1001001 100 1010011 1100 1011111 0 1000011 100100100 1011011 10001

Color Harmonies of #490453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490453

Black with #490453

Text Example


Text Example

White with #490453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490453; }

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

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

background-color css

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

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

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

border-color css

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

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

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