Html Css Color HEX #411949 Hot Purple

📋 copy color: '#411949'

red 65 ◦ green 25 ◦ blue 73

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

Shades of Hot Purple #411949

Tints of Hot Purple #411949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 39.88%
G = 15.34%
B = 44.79%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#411949 (or 0x411949) is known color: Hot Purple. HEX triplet: 41, 19 and 49. RGB value is (65,25,73). Sum of RGB (Red+Green+Blue) = 65+25+73=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #411949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411949 is #BEE6B6. Grayscale: #2A2A2A. Windows color (decimal): -12510903 or 4790593. OLE color: 4790593.

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

Color convert

RGB 65 25 73 -
CMYK 0.11 0.66 0 0.71
HSL 290º 0.49% 0.19% -
HSV(B) 290º 0.66% 0.29% -
XYZ 3.73 2.3 6.55 -
YUV 42.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 65 25 73 0.11 0.66 0 0.71 290 0.49 0.19
Hex 41 19 49 B 42 0 47 122 31 13
Octal 101 31 111 13 102 0 107 442 61 23
Binary 1000001 11001 1001001 1011 1000010 0 1000111 100100010 110001 10011

Color Harmonies of #411949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411949

Black with #411949

Text Example


Text Example

White with #411949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411949; }

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

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

background-color css

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

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

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

border-color css

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

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

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