Html Css Color HEX #491354 Hot Purple

📋 copy color: '#491354'

red 73 ◦ green 19 ◦ blue 84

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

Shades of Hot Purple #491354

Tints of Hot Purple #491354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 41.48%
G = 10.8%
B = 47.73%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#491354 (or 0x491354) is known color: Hot Purple. HEX triplet: 49, 13 and 54. RGB value is (73,19,84). Sum of RGB (Red+Green+Blue) = 73+19+84=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #491354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491354 is #B6ECAB. Grayscale: #2A2A2A. Windows color (decimal): -11988140 or 5509961. OLE color: 5509961.

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

Color convert

RGB 73 19 84 -
CMYK 0.13 0.77 0 0.67
HSL 289.85º 0.63% 0.2% -
HSV(B) 289.85º 0.77% 0.33% -
XYZ 4.58 2.52 8.63 -
YUV 42.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 73 19 84 0.13 0.77 0 0.67 289.85 0.63 0.2
Hex 49 13 54 D 4D 0 43 122 3F 14
Octal 111 23 124 15 115 0 103 442 77 24
Binary 1001001 10011 1010100 1101 1001101 0 1000011 100100010 111111 10100

Color Harmonies of #491354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491354

Black with #491354

Text Example


Text Example

White with #491354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491354; }

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

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

background-color css

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

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

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

border-color css

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

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

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