Html Css Color HEX #491451 Hot Purple

📋 copy color: '#491451'

red 73 ◦ green 20 ◦ blue 81

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

Shades of Hot Purple #491451

Tints of Hot Purple #491451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 41.95%
G = 11.49%
B = 46.55%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491451 (or 0x491451) is known color: Hot Purple. HEX triplet: 49, 14 and 51. RGB value is (73,20,81). Sum of RGB (Red+Green+Blue) = 73+20+81=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #491451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491451 is #B6EBAE. Grayscale: #2A2A2A. Windows color (decimal): -11987887 or 5313609. OLE color: 5313609.

HSL color Cylindrical-coordinate representation of color #491451: hue angle of 292.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491451 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 20 81 -
CMYK 0.10 0.75 0 0.68
HSL 292.13º 0.6% 0.2% -
HSV(B) 292.13º 0.75% 0.32% -
XYZ 4.48 2.51 8.03 -
YUV 42.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 73 20 81 0.10 0.75 0 0.68 292.13 0.6 0.2
Hex 49 14 51 A 4B 0 44 124 3C 14
Octal 111 24 121 12 113 0 104 444 74 24
Binary 1001001 10100 1010001 1010 1001011 0 1000100 100100100 111100 10100

Color Harmonies of #491451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491451

Black with #491451

Text Example


Text Example

White with #491451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491451; }

 p { color: rgb(73,20,81); }

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

background-color css

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

 a { background-color: rgb(73,20,81); }

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

border-color css

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

 span { border-color: rgb(73,20,81); }

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