#691356

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

Shades of Palatinate Purple #691356

Tints of Palatinate Purple #691356

Color information

#691356 (or 0x691356) is unknown color: approx Palatinate Purple. HEX triplet: 69, 13 and 56. RGB value is (105,19,86). Sum of RGB (Red+Green+Blue) = 105+19+86=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #691356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691356 is #96ECA9. Grayscale: #343434. Windows color (decimal): -9890986 or 5641065. OLE color: 5641065.

HSL color Cylindrical-coordinate representation of color #691356: hue angle of 313.26º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691356 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1051986-
CMYK00.820.180.59
HSL313.26º69.35%24.31%-
HSV(B)313.26º81.9%41.18%-
XYZ7.744.149.2-
YUV52.35146.99165.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=50%
G=9.05%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105198600.820.180.59313.2669.3524.31
Hex691356052123B1394518
Octal151231260122227347110530
Binary11010011001110101100101001010010111011100111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691356; }

 p { color: rgb(105,19,86); }

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

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

 a { background-color: rgb(105,19,86); }

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

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

 span { border-color: rgb(105,19,86); }

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