#452848

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

Shades of Hot Purple #452848

Tints of Hot Purple #452848

Color information

#452848 (or 0x452848) is unknown color: approx Hot Purple. HEX triplet: 45, 28 and 48. RGB value is (69,40,72). Sum of RGB (Red+Green+Blue) = 69+40+72=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #452848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452848 is #BAD7B7. Grayscale: #343434. Windows color (decimal): -12244920 or 4728901. OLE color: 4728901.

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

Color convert

RGB694072-
CMYK0.040.4400.72
HSL294.38º28.57%21.96%-
HSV(B)294.38º44.44%28.24%-
XYZ4.383.256.53-
YUV52.32139.11139.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=38.12%
G=22.10%
B=39.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6940720.040.4400.72294.3828.5721.96
Hex45284842C0481261d16
Octal1055011045401104463526
Binary10001011010001001000100101100010010001001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452848; }

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

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

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

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

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

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

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

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