Html Css Color HEX #490B53 Hot Purple

📋 copy color: '#490B53'

red 73 ◦ green 11 ◦ blue 83

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

Shades of Hot Purple #490B53

Tints of Hot Purple #490B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.59%

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 43.71%
G = 6.59%
B = 49.7%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490B53 (or 0x490B53) is known color: Hot Purple. HEX triplet: 49, 0B and 53. RGB value is (73,11,83). Sum of RGB (Red+Green+Blue) = 73+11+83=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #490B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B53 is #B6F4AC. Grayscale: #252525. Windows color (decimal): -11990189 or 5442377. OLE color: 5442377.

HSL color Cylindrical-coordinate representation of color #490B53: hue angle of 291.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490B53 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 11 83 -
CMYK 0.12 0.87 0 0.67
HSL 291.67º 0.77% 0.18% -
HSV(B) 291.67º 0.87% 0.33% -
XYZ 4.43 2.28 8.39 -
YUV 37.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 73 11 83 0.12 0.87 0 0.67 291.67 0.77 0.18
Hex 49 B 53 C 57 0 43 124 4D 12
Octal 111 13 123 14 127 0 103 444 115 22
Binary 1001001 1011 1010011 1100 1010111 0 1000011 100100100 1001101 10010

Color Harmonies of #490B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B53

Black with #490B53

Text Example


Text Example

White with #490B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B53; }

 p { color: rgb(73,11,83); }

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

background-color css

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

 a { background-color: rgb(73,11,83); }

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

border-color css

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

 span { border-color: rgb(73,11,83); }

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