#452B4B

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

Shades of Hot Purple #452B4B

Tints of Hot Purple #452B4B

Color information

#452B4B (or 0x452B4B) is unknown color: approx Hot Purple. HEX triplet: 45, 2B and 4B. RGB value is (69,43,75). Sum of RGB (Red+Green+Blue) = 69+43+75=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #452B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B4B is #BAD4B4. Grayscale: #363636. Windows color (decimal): -12244149 or 4926277. OLE color: 4926277.

HSL color Cylindrical-coordinate representation of color #452B4B: hue angle of 288.75º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #452B4B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB694375-
CMYK0.080.4300.71
HSL288.75º27.12%23.14%-
HSV(B)288.75º42.67%29.41%-
XYZ4.593.57.09-
YUV54.42139.61138.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=36.90%
G=22.99%
B=40.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6943750.080.4300.71288.7527.1223.14
Hex452B4B82B0471211b17
Octal10553113105301074413327
Binary100010110101110010111000101011010001111001000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,43,75); }

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

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

 a { background-color: rgb(69,43,75); }

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

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

 span { border-color: rgb(69,43,75); }

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