#452F4A

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

Shades of Hot Purple #452F4A

Tints of Hot Purple #452F4A

Color information

#452F4A (or 0x452F4A) is unknown color: approx Hot Purple. HEX triplet: 45, 2F and 4A. RGB value is (69,47,74). Sum of RGB (Red+Green+Blue) = 69+47+74=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #452F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F4A is #BAD0B5. Grayscale: #383838. Windows color (decimal): -12243126 or 4861765. OLE color: 4861765.

HSL color Cylindrical-coordinate representation of color #452F4A: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #452F4A is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB694774-
CMYK0.070.3600.71
HSL288.89º22.31%23.73%-
HSV(B)288.89º36.49%29.02%-
XYZ4.713.796.96-
YUV56.66137.79136.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=36.32%
G=24.74%
B=38.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6947740.070.3600.71288.8922.3123.73
Hex452F4A7240471211618
Octal1055711274401074412630
Binary10001011011111001010111100100010001111001000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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