#731265

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

Shades of Palatinate Purple #731265

Tints of Palatinate Purple #731265

Color information

#731265 (or 0x731265) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 65. RGB value is (115,18,101). Sum of RGB (Red+Green+Blue) = 115+18+101=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731265 is #8CED9A. Grayscale: #383838. Windows color (decimal): -9235867 or 6623859. OLE color: 6623859.

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

Color convert

RGB11518101-
CMYK00.840.120.55
HSL308.66º72.93%26.08%-
HSV(B)308.66º84.35%45.1%-
XYZ9.645.0212.77-
YUV56.46153.14169.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=49.15%
G=7.69%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151810100.840.120.55308.6672.9326.08
Hex731265054C37135491a
Octal163221450124146746511132
Binary1110011100101100101010101001100110111100110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731265; }

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

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

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

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

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

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

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

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