#732269

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

Shades of Palatinate Purple #732269

Tints of Palatinate Purple #732269

Color information

#732269 (or 0x732269) is unknown color: approx Palatinate Purple. HEX triplet: 73, 22 and 69. RGB value is (115,34,105). Sum of RGB (Red+Green+Blue) = 115+34+105=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #732269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732269 is #8CDD96. Grayscale: #424242. Windows color (decimal): -9231767 or 6890099. OLE color: 6890099.

HSL color Cylindrical-coordinate representation of color #732269: hue angle of 307.41º degrees, saturation: 0.54, 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 #732269 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11534105-
CMYK00.700.090.55
HSL307.41º54.36%29.22%-
HSV(B)307.41º70.43%45.1%-
XYZ10.195.8113.95-
YUV66.31149.84162.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=45.28%
G=13.39%
B=41.34%

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
Decimal1153410500.700.090.55307.4154.3629.22
Hex732269046937133361d
Octal16342151010611674636635
Binary1110011100010110100101000110100111011110011001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732269; }

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

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

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

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

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

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

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

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