Html Css Color HEX #491352 Hot Purple

📋 copy color: '#491352'

red 73 ◦ green 19 ◦ blue 82

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

Shades of Hot Purple #491352

Tints of Hot Purple #491352

RGB

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

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

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

R = 41.95%
G = 10.92%
B = 47.13%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491352 (or 0x491352) is known color: Hot Purple. HEX triplet: 49, 13 and 52. RGB value is (73,19,82). Sum of RGB (Red+Green+Blue) = 73+19+82=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #491352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491352 is #B6ECAD. Grayscale: #2A2A2A. Windows color (decimal): -11988142 or 5378889. OLE color: 5378889.

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

Color convert

RGB 73 19 82 -
CMYK 0.11 0.77 0 0.68
HSL 291.43º 0.62% 0.2% -
HSV(B) 291.43º 0.77% 0.32% -
XYZ 4.5 2.49 8.23 -
YUV 42.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 73 19 82 0.11 0.77 0 0.68 291.43 0.62 0.2
Hex 49 13 52 B 4D 0 44 123 3E 14
Octal 111 23 122 13 115 0 104 443 76 24
Binary 1001001 10011 1010010 1011 1001101 0 1000100 100100011 111110 10100

Color Harmonies of #491352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491352

Black with #491352

Text Example


Text Example

White with #491352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491352; }

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

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

background-color css

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

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

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

border-color css

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

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

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