#731269

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

Shades of Palatinate Purple #731269

Tints of Palatinate Purple #731269

Color information

#731269 (or 0x731269) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 69. RGB value is (115,18,105). Sum of RGB (Red+Green+Blue) = 115+18+105=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731269 is #8CED96. Grayscale: #383838. Windows color (decimal): -9235863 or 6886003. OLE color: 6886003.

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

Color convert

RGB11518105-
CMYK00.840.090.55
HSL306.19º72.93%26.08%-
HSV(B)306.19º84.35%45.1%-
XYZ9.845.113.83-
YUV56.92155.14169.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=48.32%
G=7.56%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151810500.840.090.55306.1972.9326.08
Hex731269054937132491a
Octal163221510124116746211132
Binary1110011100101101001010101001001110111100110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731269; }

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

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

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

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

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

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

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

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