#691957

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

Shades of Palatinate Purple #691957

Tints of Palatinate Purple #691957

Color information

#691957 (or 0x691957) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 57. RGB value is (105,25,87). Sum of RGB (Red+Green+Blue) = 105+25+87=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #691957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691957 is #96E6A8. Grayscale: #373737. Windows color (decimal): -9889449 or 5708137. OLE color: 5708137.

HSL color Cylindrical-coordinate representation of color #691957: hue angle of 313.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691957 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1052587-
CMYK00.760.170.59
HSL313.5º61.54%25.49%-
HSV(B)313.5º76.19%41.18%-
XYZ7.894.399.45-
YUV55.99145.5162.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=48.39%
G=11.52%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105258700.760.170.59313.561.5425.49
Hex69195704C113B13a3e19
Octal15131127011421734727631
Binary1101001110011010111010011001000111101110011101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691957; }

 p { color: rgb(105,25,87); }

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

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

 a { background-color: rgb(105,25,87); }

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

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

 span { border-color: rgb(105,25,87); }

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