Html Css Color HEX #490955 Hot Purple

📋 copy color: '#490955'

red 73 ◦ green 9 ◦ blue 85

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

Shades of Hot Purple #490955

Tints of Hot Purple #490955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 43.71%
G = 5.39%
B = 50.9%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490955 (or 0x490955) is known color: Hot Purple. HEX triplet: 49, 09 and 55. RGB value is (73,9,85). Sum of RGB (Red+Green+Blue) = 73+9+85=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #490955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490955 is #B6F6AA. Grayscale: #242424. Windows color (decimal): -11990699 or 5572937. OLE color: 5572937.

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

Color convert

RGB 73 9 85 -
CMYK 0.14 0.89 0 0.67
HSL 290.53º 0.81% 0.18% -
HSV(B) 290.53º 0.89% 0.33% -
XYZ 4.49 2.27 8.8 -
YUV 36.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 73 9 85 0.14 0.89 0 0.67 290.53 0.81 0.18
Hex 49 9 55 E 59 0 43 123 51 12
Octal 111 11 125 16 131 0 103 443 121 22
Binary 1001001 1001 1010101 1110 1011001 0 1000011 100100011 1010001 10010

Color Harmonies of #490955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490955

Black with #490955

Text Example


Text Example

White with #490955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490955; }

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

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

background-color css

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

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

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

border-color css

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

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

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