#461848

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

Shades of Hot Purple #461848

Tints of Hot Purple #461848

Color information

#461848 (or 0x461848) is unknown color: approx Hot Purple. HEX triplet: 46, 18 and 48. RGB value is (70,24,72). Sum of RGB (Red+Green+Blue) = 70+24+72=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #461848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461848 is #B9E7B7. Grayscale: #2B2B2B. Windows color (decimal): -12183480 or 4724806. OLE color: 4724806.

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

Color convert

RGB702472-
CMYK0.030.6700.72
HSL297.5º50%18.82%-
HSV(B)297.5º66.67%28.24%-
XYZ4.022.426.39-
YUV43.23144.24147.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=42.17%
G=14.46%
B=43.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7024720.030.6700.72297.55018.82
Hex46184834304812a3213
Octal10630110310301104526223
Binary10001101100010010001110000110100100010010101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461848; }

 p { color: rgb(70,24,72); }

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

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

 a { background-color: rgb(70,24,72); }

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

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

 span { border-color: rgb(70,24,72); }

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