Html Css Color HEX #412149 Hot Purple

📋 copy color: '#412149'

red 65 ◦ green 33 ◦ blue 73

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

Shades of Hot Purple #412149

Tints of Hot Purple #412149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

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

R = 38.01%
G = 19.3%
B = 42.69%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412149 (or 0x412149) is known color: Hot Purple. HEX triplet: 41, 21 and 49. RGB value is (65,33,73). Sum of RGB (Red+Green+Blue) = 65+33+73=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #412149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412149 is #BEDEB6. Grayscale: #2F2F2F. Windows color (decimal): -12508855 or 4792641. OLE color: 4792641.

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

Color convert

RGB 65 33 73 -
CMYK 0.11 0.55 0 0.71
HSL 288º 0.38% 0.21% -
HSV(B) 288º 0.55% 0.29% -
XYZ 3.93 2.69 6.62 -
YUV 47.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 65 33 73 0.11 0.55 0 0.71 288 0.38 0.21
Hex 41 21 49 B 37 0 47 120 26 15
Octal 101 41 111 13 67 0 107 440 46 25
Binary 1000001 100001 1001001 1011 110111 0 1000111 100100000 100110 10101

Color Harmonies of #412149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412149

Black with #412149

Text Example


Text Example

White with #412149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412149; }

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

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

background-color css

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

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

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

border-color css

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

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

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