Html Css Color HEX #491E52 Hot Purple

📋 copy color: '#491E52'

red 73 ◦ green 30 ◦ blue 82

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

Shades of Hot Purple #491E52

Tints of Hot Purple #491E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 39.46%
G = 16.22%
B = 44.32%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491E52 (or 0x491E52) is known color: Hot Purple. HEX triplet: 49, 1E and 52. RGB value is (73,30,82). Sum of RGB (Red+Green+Blue) = 73+30+82=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #491E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E52 is #B6E1AD. Grayscale: #303030. Windows color (decimal): -11985326 or 5381705. OLE color: 5381705.

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

Color convert

RGB 73 30 82 -
CMYK 0.11 0.63 0 0.68
HSL 289.62º 0.46% 0.22% -
HSV(B) 289.62º 0.63% 0.32% -
XYZ 4.73 2.95 8.3 -
YUV 48.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 73 30 82 0.11 0.63 0 0.68 289.62 0.46 0.22
Hex 49 1E 52 B 3F 0 44 122 2E 16
Octal 111 36 122 13 77 0 104 442 56 26
Binary 1001001 11110 1010010 1011 111111 0 1000100 100100010 101110 10110

Color Harmonies of #491E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E52

Black with #491E52

Text Example


Text Example

White with #491E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,82); }

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

background-color css

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

 a { background-color: rgb(73,30,82); }

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

border-color css

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

 span { border-color: rgb(73,30,82); }

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