Html Css Color HEX #490455 Hot Purple

📋 copy color: '#490455'

red 73 ◦ green 4 ◦ blue 85

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

Shades of Hot Purple #490455

Tints of Hot Purple #490455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 52.47%

R = 45.06%
G = 2.47%
B = 52.47%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490455 (or 0x490455) is known color: Hot Purple. HEX triplet: 49, 04 and 55. RGB value is (73,4,85). Sum of RGB (Red+Green+Blue) = 73+4+85=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #490455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490455 is #B6FBAA. Grayscale: #212121. Windows color (decimal): -11991979 or 5571657. OLE color: 5571657.

HSL color Cylindrical-coordinate representation of color #490455: hue angle of 291.11º 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 #490455 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 4 85 -
CMYK 0.14 0.95 0 0.67
HSL 291.11º 0.91% 0.17% -
HSV(B) 291.11º 0.95% 0.33% -
XYZ 4.43 2.16 8.78 -
YUV 33.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 73 4 85 0.14 0.95 0 0.67 291.11 0.91 0.17
Hex 49 4 55 E 5F 0 43 123 5B 11
Octal 111 4 125 16 137 0 103 443 133 21
Binary 1001001 100 1010101 1110 1011111 0 1000011 100100011 1011011 10001

Color Harmonies of #490455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490455

Black with #490455

Text Example


Text Example

White with #490455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490455; }

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

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

background-color css

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

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

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

border-color css

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

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

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