Html Css Color HEX #412049 Hot Purple

📋 copy color: '#412049'

red 65 ◦ green 32 ◦ blue 73

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

Shades of Hot Purple #412049

Tints of Hot Purple #412049

RGB

 RED value IS 65 (25.78% from 255) = 38.24%

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 38.24%
G = 18.82%
B = 42.94%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412049 (or 0x412049) is known color: Hot Purple. HEX triplet: 41, 20 and 49. RGB value is (65,32,73). Sum of RGB (Red+Green+Blue) = 65+32+73=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #412049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412049 is #BEDFB6. Grayscale: #2E2E2E. Windows color (decimal): -12509111 or 4792385. OLE color: 4792385.

HSL color Cylindrical-coordinate representation of color #412049: hue angle of 288.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412049 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 32 73 -
CMYK 0.11 0.56 0 0.71
HSL 288.29º 0.39% 0.21% -
HSV(B) 288.29º 0.56% 0.29% -
XYZ 3.9 2.64 6.61 -
YUV 46.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 65 32 73 0.11 0.56 0 0.71 288.29 0.39 0.21
Hex 41 20 49 B 38 0 47 120 27 15
Octal 101 40 111 13 70 0 107 440 47 25
Binary 1000001 100000 1001001 1011 111000 0 1000111 100100000 100111 10101

Color Harmonies of #412049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412049

Black with #412049

Text Example


Text Example

White with #412049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412049; }

 p { color: rgb(65,32,73); }

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

background-color css

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

 a { background-color: rgb(65,32,73); }

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

border-color css

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

 span { border-color: rgb(65,32,73); }

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