#452448

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

Shades of Hot Purple #452448

Tints of Hot Purple #452448

Color information

#452448 (or 0x452448) is unknown color: approx Hot Purple. HEX triplet: 45, 24 and 48. RGB value is (69,36,72). Sum of RGB (Red+Green+Blue) = 69+36+72=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #452448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452448 is #BADBB7. Grayscale: #313131. Windows color (decimal): -12245944 or 4727877. OLE color: 4727877.

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

Color convert

RGB693672-
CMYK0.040.500.72
HSL295º33.33%21.18%-
HSV(B)295º50%28.24%-
XYZ4.252.996.48-
YUV49.97140.43141.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=38.98%
G=20.34%
B=40.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6936720.040.500.7229533.3321.18
Hex4524484320481272115
Octal1054411046201104474125
Binary100010110010010010001001100100100100010010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452448; }

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

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

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

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

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

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

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

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