#691E61

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

Shades of Palatinate Purple #691E61

Tints of Palatinate Purple #691E61

Color information

#691E61 (or 0x691E61) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1E and 61. RGB value is (105,30,97). Sum of RGB (Red+Green+Blue) = 105+30+97=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #691E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691E61 is #96E19E. Grayscale: #3B3B3B. Windows color (decimal): -9888159 or 6364777. OLE color: 6364777.

HSL color Cylindrical-coordinate representation of color #691E61: hue angle of 306.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E61 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1053097-
CMYK00.710.080.59
HSL306.4º55.56%26.47%-
HSV(B)306.4º71.43%41.18%-
XYZ8.454.7911.79-
YUV60.06148.85160.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=45.26%
G=12.93%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105309700.710.080.59306.455.5626.47
Hex691E6104783B132381a
Octal15136141010710734627032
Binary110100111110110000101000111100011101110011001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691E61; }

 p { color: rgb(105,30,97); }

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

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

 a { background-color: rgb(105,30,97); }

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

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

 span { border-color: rgb(105,30,97); }

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