#452F47

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

Shades of Hot Purple #452F47

Tints of Hot Purple #452F47

Color information

#452F47 (or 0x452F47) is unknown color: approx Hot Purple. HEX triplet: 45, 2F and 47. RGB value is (69,47,71). Sum of RGB (Red+Green+Blue) = 69+47+71=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #452F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F47 is #BAD0B8. Grayscale: #383838. Windows color (decimal): -12243129 or 4665157. OLE color: 4665157.

HSL color Cylindrical-coordinate representation of color #452F47: hue angle of 295º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #452F47 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB694771-
CMYK0.030.3400.72
HSL295º20.34%23.14%-
HSV(B)295º33.8%27.84%-
XYZ4.613.756.44-
YUV56.31136.29137.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=36.90%
G=25.13%
B=37.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6947710.030.3400.7229520.3423.14
Hex452F473220481271417
Octal1055710734201104472427
Binary1000101101111100011111100010010010001001001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452F47; }

 p { color: rgb(69,47,71); }

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

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

 a { background-color: rgb(69,47,71); }

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

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

 span { border-color: rgb(69,47,71); }

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