Html Css Color HEX #412449 Hot Purple

📋 copy color: '#412449'

red 65 ◦ green 36 ◦ blue 73

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

Shades of Hot Purple #412449

Tints of Hot Purple #412449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 37.36%
G = 20.69%
B = 41.95%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412449 (or 0x412449) is known color: Hot Purple. HEX triplet: 41, 24 and 49. RGB value is (65,36,73). Sum of RGB (Red+Green+Blue) = 65+36+73=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #412449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412449 is #BEDBB6. Grayscale: #303030. Windows color (decimal): -12508087 or 4793409. OLE color: 4793409.

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

Color convert

RGB 65 36 73 -
CMYK 0.11 0.51 0 0.71
HSL 287.03º 0.34% 0.21% -
HSV(B) 287.03º 0.51% 0.29% -
XYZ 4.01 2.87 6.65 -
YUV 48.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 65 36 73 0.11 0.51 0 0.71 287.03 0.34 0.21
Hex 41 24 49 B 33 0 47 11F 22 15
Octal 101 44 111 13 63 0 107 437 42 25
Binary 1000001 100100 1001001 1011 110011 0 1000111 100011111 100010 10101

Color Harmonies of #412449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412449

Black with #412449

Text Example


Text Example

White with #412449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412449; }

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

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

background-color css

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

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

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

border-color css

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

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

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