Html Css Color HEX #411649 Hot Purple

📋 copy color: '#411649'

red 65 ◦ green 22 ◦ blue 73

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

Shades of Hot Purple #411649

Tints of Hot Purple #411649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

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

R = 40.63%
G = 13.75%
B = 45.63%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#411649 (or 0x411649) is known color: Hot Purple. HEX triplet: 41, 16 and 49. RGB value is (65,22,73). Sum of RGB (Red+Green+Blue) = 65+22+73=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #411649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411649 is #BEE9B6. Grayscale: #282828. Windows color (decimal): -12511671 or 4789825. OLE color: 4789825.

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

Color convert

RGB 65 22 73 -
CMYK 0.11 0.70 0 0.71
HSL 290.59º 0.54% 0.19% -
HSV(B) 290.59º 0.7% 0.29% -
XYZ 3.67 2.18 6.53 -
YUV 40.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 65 22 73 0.11 0.70 0 0.71 290.59 0.54 0.19
Hex 41 16 49 B 46 0 47 123 36 13
Octal 101 26 111 13 106 0 107 443 66 23
Binary 1000001 10110 1001001 1011 1000110 0 1000111 100100011 110110 10011

Color Harmonies of #411649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411649

Black with #411649

Text Example


Text Example

White with #411649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411649; }

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

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

background-color css

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

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

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

border-color css

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

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

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