#732869

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

Shades of Palatinate Purple #732869

Tints of Palatinate Purple #732869

Color information

#732869 (or 0x732869) is unknown color: approx Palatinate Purple. HEX triplet: 73, 28 and 69. RGB value is (115,40,105). Sum of RGB (Red+Green+Blue) = 115+40+105=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #732869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732869 is #8CD796. Grayscale: #454545. Windows color (decimal): -9230231 or 6891635. OLE color: 6891635.

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

Color convert

RGB11540105-
CMYK00.650.090.55
HSL308º48.39%30.39%-
HSV(B)308º65.22%45.1%-
XYZ10.386.1814.01-
YUV69.83147.85160.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=44.23%
G=15.38%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154010500.650.090.5530848.3930.39
Hex732869041937134301e
Octal16350151010111674646036
Binary1110011101000110100101000001100111011110011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732869; }

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

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

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

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

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

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

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

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