#731066

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

Shades of Palatinate Purple #731066

Tints of Palatinate Purple #731066

Color information

#731066 (or 0x731066) is unknown color: approx Palatinate Purple. HEX triplet: 73, 10 and 66. RGB value is (115,16,102). Sum of RGB (Red+Green+Blue) = 115+16+102=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731066 is #8CEF99. Grayscale: #373737. Windows color (decimal): -9236378 or 6688883. OLE color: 6688883.

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

Color convert

RGB11516102-
CMYK00.860.110.55
HSL307.88º75.57%25.69%-
HSV(B)307.88º86.09%45.1%-
XYZ9.654.9713.02-
YUV55.4154.3170.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=49.36%
G=6.87%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151610200.860.110.55307.8875.5725.69
Hex731066056B371344c1a
Octal163201460126136746411432
Binary1110011100001100110010101101011110111100110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731066; }

 p { color: rgb(115,16,102); }

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

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

 a { background-color: rgb(115,16,102); }

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

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

 span { border-color: rgb(115,16,102); }

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