Html Css Color HEX #491F53 Hot Purple

📋 copy color: '#491F53'

red 73 ◦ green 31 ◦ blue 83

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

Shades of Hot Purple #491F53

Tints of Hot Purple #491F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.58%

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

R = 39.04%
G = 16.58%
B = 44.39%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#491F53 (or 0x491F53) is known color: Hot Purple. HEX triplet: 49, 1F and 53. RGB value is (73,31,83). Sum of RGB (Red+Green+Blue) = 73+31+83=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #491F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F53 is #B6E0AC. Grayscale: #313131. Windows color (decimal): -11985069 or 5447497. OLE color: 5447497.

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

Color convert

RGB 73 31 83 -
CMYK 0.12 0.63 0 0.67
HSL 288.46º 0.46% 0.22% -
HSV(B) 288.46º 0.63% 0.33% -
XYZ 4.8 3.02 8.51 -
YUV 49.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 73 31 83 0.12 0.63 0 0.67 288.46 0.46 0.22
Hex 49 1F 53 C 3F 0 43 120 2E 16
Octal 111 37 123 14 77 0 103 440 56 26
Binary 1001001 11111 1010011 1100 111111 0 1000011 100100000 101110 10110

Color Harmonies of #491F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F53

Black with #491F53

Text Example


Text Example

White with #491F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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