#412248

Color #412248 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #412248

Tints of Hot Purple #412248

Color information

#412248 (or 0x412248) is unknown color: approx Hot Purple. HEX triplet: 41, 22 and 48. RGB value is (65,34,72). Sum of RGB (Red+Green+Blue) = 65+34+72=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #412248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412248 is #BEDDB7. Grayscale: #2F2F2F. Windows color (decimal): -12508600 or 4727361. OLE color: 4727361.

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

Color convert

RGB653472-
CMYK0.100.5300.72
HSL288.95º35.85%20.78%-
HSV(B)288.95º52.78%28.24%-
XYZ3.922.746.45-
YUV47.6141.77140.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=38.01%
G=19.88%
B=42.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6534720.100.5300.72288.9535.8520.78
Hex412248A350481212415
Octal10142110126501104414425
Binary1000001100010100100010101101010100100010010000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412248; }

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

 H1.HeaderClassName
 {
   color: #412248;
 }
 .AnyTagClassName
 {
   color: #412248;
 }
</style>
background-color css

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

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

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

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

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

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