#462248

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

Shades of Hot Purple #462248

Tints of Hot Purple #462248

Color information

#462248 (or 0x462248) is unknown color: approx Hot Purple. HEX triplet: 46, 22 and 48. RGB value is (70,34,72). Sum of RGB (Red+Green+Blue) = 70+34+72=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #462248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462248 is #B9DDB7. Grayscale: #303030. Windows color (decimal): -12180920 or 4727366. OLE color: 4727366.

HSL color Cylindrical-coordinate representation of color #462248: hue angle of 296.84º 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 #462248 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB703472-
CMYK0.030.5300.72
HSL296.84º35.85%20.78%-
HSV(B)296.84º52.78%28.24%-
XYZ4.272.916.47-
YUV49.1140.93142.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=39.77%
G=19.32%
B=40.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7034720.030.5300.72296.8435.8520.78
Hex4622483350481292415
Octal1064211036501104514425
Binary10001101000101001000111101010100100010010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462248; }

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

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

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

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

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

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

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

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