Html Css Color HEX #491554 Hot Purple

📋 copy color: '#491554'

red 73 ◦ green 21 ◦ blue 84

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

Shades of Hot Purple #491554

Tints of Hot Purple #491554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 41.01%
G = 11.8%
B = 47.19%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#491554 (or 0x491554) is known color: Hot Purple. HEX triplet: 49, 15 and 54. RGB value is (73,21,84). Sum of RGB (Red+Green+Blue) = 73+21+84=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #491554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491554 is #B6EAAB. Grayscale: #2B2B2B. Windows color (decimal): -11987628 or 5510473. OLE color: 5510473.

HSL color Cylindrical-coordinate representation of color #491554: hue angle of 289.52º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491554 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 21 84 -
CMYK 0.13 0.75 0 0.67
HSL 289.52º 0.6% 0.21% -
HSV(B) 289.52º 0.75% 0.33% -
XYZ 4.62 2.59 8.64 -
YUV 43.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 73 21 84 0.13 0.75 0 0.67 289.52 0.6 0.21
Hex 49 15 54 D 4B 0 43 122 3C 15
Octal 111 25 124 15 113 0 103 442 74 25
Binary 1001001 10101 1010100 1101 1001011 0 1000011 100100010 111100 10101

Color Harmonies of #491554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491554

Black with #491554

Text Example


Text Example

White with #491554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491554; }

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

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

background-color css

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

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

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

border-color css

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

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

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