Html Css Color HEX #490555 Hot Purple

📋 copy color: '#490555'

red 73 ◦ green 5 ◦ blue 85

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

Shades of Hot Purple #490555

Tints of Hot Purple #490555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

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

R = 44.79%
G = 3.07%
B = 52.15%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490555 (or 0x490555) is known color: Hot Purple. HEX triplet: 49, 05 and 55. RGB value is (73,5,85). Sum of RGB (Red+Green+Blue) = 73+5+85=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #490555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490555 is #B6FAAA. Grayscale: #222222. Windows color (decimal): -11991723 or 5571913. OLE color: 5571913.

HSL color Cylindrical-coordinate representation of color #490555: hue angle of 291º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490555 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 5 85 -
CMYK 0.14 0.94 0 0.67
HSL 291º 0.89% 0.18% -
HSV(B) 291º 0.94% 0.33% -
XYZ 4.44 2.18 8.78 -
YUV 34.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 73 5 85 0.14 0.94 0 0.67 291 0.89 0.18
Hex 49 5 55 E 5E 0 43 123 59 12
Octal 111 5 125 16 136 0 103 443 131 22
Binary 1001001 101 1010101 1110 1011110 0 1000011 100100011 1011001 10010

Color Harmonies of #490555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490555

Black with #490555

Text Example


Text Example

White with #490555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490555; }

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

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

background-color css

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

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

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

border-color css

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

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

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