Html Css Color HEX #490856 Hot Purple

📋 copy color: '#490856'

red 73 ◦ green 8 ◦ blue 86

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

Shades of Hot Purple #490856

Tints of Hot Purple #490856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 43.71%
G = 4.79%
B = 51.5%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490856 (or 0x490856) is known color: Hot Purple. HEX triplet: 49, 08 and 56. RGB value is (73,8,86). Sum of RGB (Red+Green+Blue) = 73+8+86=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #490856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490856 is #B6F7A9. Grayscale: #242424. Windows color (decimal): -11990954 or 5638217. OLE color: 5638217.

HSL color Cylindrical-coordinate representation of color #490856: hue angle of 290º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490856 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 8 86 -
CMYK 0.15 0.91 0 0.66
HSL 290º 0.83% 0.18% -
HSV(B) 290º 0.91% 0.34% -
XYZ 4.51 2.26 9 -
YUV 36.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 73 8 86 0.15 0.91 0 0.66 290 0.83 0.18
Hex 49 8 56 F 5B 0 42 122 53 12
Octal 111 10 126 17 133 0 102 442 123 22
Binary 1001001 1000 1010110 1111 1011011 0 1000010 100100010 1010011 10010

Color Harmonies of #490856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490856

Black with #490856

Text Example


Text Example

White with #490856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490856; }

 p { color: rgb(73,8,86); }

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

background-color css

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

 a { background-color: rgb(73,8,86); }

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

border-color css

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

 span { border-color: rgb(73,8,86); }

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