#732369

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

Shades of Palatinate Purple #732369

Tints of Palatinate Purple #732369

Color information

#732369 (or 0x732369) is unknown color: approx Palatinate Purple. HEX triplet: 73, 23 and 69. RGB value is (115,35,105). Sum of RGB (Red+Green+Blue) = 115+35+105=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732369 is #8CDC96. Grayscale: #424242. Windows color (decimal): -9231511 or 6890355. OLE color: 6890355.

HSL color Cylindrical-coordinate representation of color #732369: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732369 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11535105-
CMYK00.700.090.55
HSL307.5º53.33%29.41%-
HSV(B)307.5º69.57%45.1%-
XYZ10.225.8713.96-
YUV66.9149.5162.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=45.10%
G=13.73%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153510500.700.090.55307.553.3329.41
Hex732369046937134351d
Octal16343151010611674646535
Binary1110011100011110100101000110100111011110011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732369; }

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

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

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

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

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

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

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

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