Html Css Color HEX #490355 Hot Purple

📋 copy color: '#490355'

red 73 ◦ green 3 ◦ blue 85

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

Shades of Hot Purple #490355

Tints of Hot Purple #490355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 45.34%
G = 1.86%
B = 52.8%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490355 (or 0x490355) is known color: Hot Purple. HEX triplet: 49, 03 and 55. RGB value is (73,3,85). Sum of RGB (Red+Green+Blue) = 73+3+85=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #490355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490355 is #B6FCAA. Grayscale: #212121. Windows color (decimal): -11992235 or 5571401. OLE color: 5571401.

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

Color convert

RGB 73 3 85 -
CMYK 0.14 0.96 0 0.67
HSL 291.22º 0.93% 0.17% -
HSV(B) 291.22º 0.96% 0.33% -
XYZ 4.42 2.14 8.77 -
YUV 33.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 73 3 85 0.14 0.96 0 0.67 291.22 0.93 0.17
Hex 49 3 55 E 60 0 43 123 5D 11
Octal 111 3 125 16 140 0 103 443 135 21
Binary 1001001 11 1010101 1110 1100000 0 1000011 100100011 1011101 10001

Color Harmonies of #490355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490355

Black with #490355

Text Example


Text Example

White with #490355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490355; }

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

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

background-color css

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

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

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

border-color css

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

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

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