Html Css Color HEX #491154 Hot Purple

📋 copy color: '#491154'

red 73 ◦ green 17 ◦ blue 84

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

Shades of Hot Purple #491154

Tints of Hot Purple #491154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 41.95%
G = 9.77%
B = 48.28%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#491154 (or 0x491154) is known color: Hot Purple. HEX triplet: 49, 11 and 54. RGB value is (73,17,84). Sum of RGB (Red+Green+Blue) = 73+17+84=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #491154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491154 is #B6EEAB. Grayscale: #292929. Windows color (decimal): -11988652 or 5509449. OLE color: 5509449.

HSL color Cylindrical-coordinate representation of color #491154: hue angle of 290.15º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491154 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 17 84 -
CMYK 0.13 0.80 0 0.67
HSL 290.15º 0.66% 0.2% -
HSV(B) 290.15º 0.8% 0.33% -
XYZ 4.55 2.46 8.62 -
YUV 41.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 73 17 84 0.13 0.80 0 0.67 290.15 0.66 0.2
Hex 49 11 54 D 50 0 43 122 42 14
Octal 111 21 124 15 120 0 103 442 102 24
Binary 1001001 10001 1010100 1101 1010000 0 1000011 100100010 1000010 10100

Color Harmonies of #491154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491154

Black with #491154

Text Example


Text Example

White with #491154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491154; }

 p { color: rgb(73,17,84); }

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

background-color css

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

 a { background-color: rgb(73,17,84); }

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

border-color css

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

 span { border-color: rgb(73,17,84); }

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