#450952

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

Shades of Hot Purple #450952

Tints of Hot Purple #450952

Color information

#450952 (or 0x450952) is unknown color: approx Hot Purple. HEX triplet: 45, 09 and 52. RGB value is (69,9,82). Sum of RGB (Red+Green+Blue) = 69+9+82=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #450952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450952 is #BAF6AD. Grayscale: #232323. Windows color (decimal): -12252846 or 5376325. OLE color: 5376325.

HSL color Cylindrical-coordinate representation of color #450952: hue angle of 289.32º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450952 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB69982-
CMYK0.160.8900.68
HSL289.32º80.22%17.84%-
HSV(B)289.32º89.02%32.16%-
XYZ4.072.078.17-
YUV35.26154.38152.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=43.12%
G=5.62%
B=51.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal699820.160.8900.68289.3280.2217.84
Hex4595210590441215012
Octal1051112220131010444112022
Binary10001011001101001010000101100101000100100100001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450952; }

 p { color: rgb(69,9,82); }

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

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

 a { background-color: rgb(69,9,82); }

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

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

 span { border-color: rgb(69,9,82); }

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