Html Css Color HEX #411948 Hot Purple

📋 copy color: '#411948'

red 65 ◦ green 25 ◦ blue 72

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

Shades of Hot Purple #411948

Tints of Hot Purple #411948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 40.12%
G = 15.43%
B = 44.44%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411948 (or 0x411948) is known color: Hot Purple. HEX triplet: 41, 19 and 48. RGB value is (65,25,72). Sum of RGB (Red+Green+Blue) = 65+25+72=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #411948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411948 is #BEE6B7. Grayscale: #2A2A2A. Windows color (decimal): -12510904 or 4725057. OLE color: 4725057.

HSL color Cylindrical-coordinate representation of color #411948: hue angle of 291.06º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411948 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 25 72 -
CMYK 0.10 0.65 0 0.72
HSL 291.06º 0.48% 0.19% -
HSV(B) 291.06º 0.65% 0.28% -
XYZ 3.7 2.29 6.38 -
YUV 42.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 65 25 72 0.10 0.65 0 0.72 291.06 0.48 0.19
Hex 41 19 48 A 41 0 48 123 30 13
Octal 101 31 110 12 101 0 110 443 60 23
Binary 1000001 11001 1001000 1010 1000001 0 1001000 100100011 110000 10011

Color Harmonies of #411948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411948

Black with #411948

Text Example


Text Example

White with #411948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411948; }

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

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

background-color css

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

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

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

border-color css

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

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

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