Html Css Color HEX #412249 Hot Purple

📋 copy color: '#412249'

red 65 ◦ green 34 ◦ blue 73

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

Shades of Hot Purple #412249

Tints of Hot Purple #412249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 37.79%
G = 19.77%
B = 42.44%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412249 (or 0x412249) is known color: Hot Purple. HEX triplet: 41, 22 and 49. RGB value is (65,34,73). Sum of RGB (Red+Green+Blue) = 65+34+73=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #412249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412249 is #BEDDB6. Grayscale: #2F2F2F. Windows color (decimal): -12508599 or 4792897. OLE color: 4792897.

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

Color convert

RGB 65 34 73 -
CMYK 0.11 0.53 0 0.71
HSL 287.69º 0.36% 0.21% -
HSV(B) 287.69º 0.53% 0.29% -
XYZ 3.95 2.75 6.63 -
YUV 47.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 65 34 73 0.11 0.53 0 0.71 287.69 0.36 0.21
Hex 41 22 49 B 35 0 47 120 24 15
Octal 101 42 111 13 65 0 107 440 44 25
Binary 1000001 100010 1001001 1011 110101 0 1000111 100100000 100100 10101

Color Harmonies of #412249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412249

Black with #412249

Text Example


Text Example

White with #412249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412249; }

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

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

background-color css

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

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

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

border-color css

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

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

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