#732466

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

Shades of Palatinate Purple #732466

Tints of Palatinate Purple #732466

Color information

#732466 (or 0x732466) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 66. RGB value is (115,36,102). Sum of RGB (Red+Green+Blue) = 115+36+102=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732466 is #8CDB99. Grayscale: #424242. Windows color (decimal): -9231258 or 6694003. OLE color: 6694003.

HSL color Cylindrical-coordinate representation of color #732466: hue angle of 309.87º 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 #732466 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11536102-
CMYK00.690.110.55
HSL309.87º52.32%29.61%-
HSV(B)309.87º68.7%45.1%-
XYZ10.15.8713.17-
YUV67.14147.67162.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=45.45%
G=14.23%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153610200.690.110.55309.8752.3229.61
Hex732466045B37136341e
Octal16344146010513674666436
Binary1110011100100110011001000101101111011110011011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732466; }

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

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

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

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

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

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

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

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