#732469

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

Shades of Palatinate Purple #732469

Tints of Palatinate Purple #732469

Color information

#732469 (or 0x732469) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 69. RGB value is (115,36,105). Sum of RGB (Red+Green+Blue) = 115+36+105=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #732469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732469 is #8CDB96. Grayscale: #434343. Windows color (decimal): -9231255 or 6890611. OLE color: 6890611.

HSL color Cylindrical-coordinate representation of color #732469: hue angle of 307.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732469 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11536105-
CMYK00.690.090.55
HSL307.59º52.32%29.61%-
HSV(B)307.59º68.7%45.1%-
XYZ10.255.9313.97-
YUV67.49149.17161.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=44.92%
G=14.06%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153610500.690.090.55307.5952.3229.61
Hex732469045937134341e
Octal16344151010511674646436
Binary1110011100100110100101000101100111011110011010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732469; }

 p { color: rgb(115,36,105); }

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

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

 a { background-color: rgb(115,36,105); }

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

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

 span { border-color: rgb(115,36,105); }

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