Html Css Color HEX #490053 Hot Purple

📋 copy color: '#490053'

red 73 ◦ green 0 ◦ blue 83

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

Shades of Hot Purple #490053

Tints of Hot Purple #490053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.79%
G = 0%
B = 53.21%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490053 (or 0x490053) is known color: Hot Purple. HEX triplet: 49, 00 and 53. RGB value is (73,0,83). Sum of RGB (Red+Green+Blue) = 73+0+83=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #490053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490053 is #B6FFAC. Grayscale: #1F1F1F. Windows color (decimal): -11993005 or 5439561. OLE color: 5439561.

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

Color convert

RGB 73 0 83 -
CMYK 0.12 1 0 0.67
HSL 292.77º 1% 0.16% -
HSV(B) 292.77º 1% 0.33% -
XYZ 4.31 2.04 8.35 -
YUV 31.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 73 0 83 0.12 1 0 0.67 292.77 1 0.16
Hex 49 0 53 C 64 0 43 125 64 10
Octal 111 0 123 14 144 0 103 445 144 20
Binary 1001001 0 1010011 1100 1100100 0 1000011 100100101 1100100 10000

Color Harmonies of #490053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490053

Black with #490053

Text Example


Text Example

White with #490053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490053; }

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

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

background-color css

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

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

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

border-color css

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

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

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