Html Css Color HEX #491253 Hot Purple

📋 copy color: '#491253'

red 73 ◦ green 18 ◦ blue 83

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

Shades of Hot Purple #491253

Tints of Hot Purple #491253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 41.95%
G = 10.34%
B = 47.7%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#491253 (or 0x491253) is known color: Hot Purple. HEX triplet: 49, 12 and 53. RGB value is (73,18,83). Sum of RGB (Red+Green+Blue) = 73+18+83=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #491253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491253 is #B6EDAC. Grayscale: #292929. Windows color (decimal): -11988397 or 5444169. OLE color: 5444169.

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

Color convert

RGB 73 18 83 -
CMYK 0.12 0.78 0 0.67
HSL 290.77º 0.64% 0.2% -
HSV(B) 290.77º 0.78% 0.33% -
XYZ 4.53 2.47 8.42 -
YUV 41.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 73 18 83 0.12 0.78 0 0.67 290.77 0.64 0.2
Hex 49 12 53 C 4E 0 43 123 40 14
Octal 111 22 123 14 116 0 103 443 100 24
Binary 1001001 10010 1010011 1100 1001110 0 1000011 100100011 1000000 10100

Color Harmonies of #491253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491253

Black with #491253

Text Example


Text Example

White with #491253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491253; }

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

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

background-color css

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

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

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

border-color css

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

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

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