#451948

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

Shades of Hot Purple #451948

Tints of Hot Purple #451948

Color information

#451948 (or 0x451948) is unknown color: approx Hot Purple. HEX triplet: 45, 19 and 48. RGB value is (69,25,72). Sum of RGB (Red+Green+Blue) = 69+25+72=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 25 (10.16% from 255 or 15.06% 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 #451948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451948 is #BAE6B7. Grayscale: #2B2B2B. Windows color (decimal): -12248760 or 4725061. OLE color: 4725061.

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

Color convert

RGB692572-
CMYK0.040.6500.72
HSL296.17º48.45%19.02%-
HSV(B)296.17º65.28%28.24%-
XYZ3.972.436.39-
YUV43.51144.08146.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=41.57%
G=15.06%
B=43.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6925720.040.6500.72296.1748.4519.02
Hex4519484410481283013
Octal10531110410101104506023
Binary100010111001100100010010000010100100010010100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451948; }

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

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

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

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

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

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

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

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