#691861

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

Shades of Palatinate Purple #691861

Tints of Palatinate Purple #691861

Color information

#691861 (or 0x691861) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 61. RGB value is (105,24,97). Sum of RGB (Red+Green+Blue) = 105+24+97=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #691861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691861 is #96E79E. Grayscale: #383838. Windows color (decimal): -9889695 or 6363241. OLE color: 6363241.

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

Color convert

RGB1052497-
CMYK00.770.080.59
HSL305.93º62.79%25.29%-
HSV(B)305.93º77.14%41.18%-
XYZ8.314.5211.74-
YUV56.54150.84162.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=46.46%
G=10.62%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105249700.770.080.59305.9362.7925.29
Hex69186104D83B1323f19
Octal15130141011510734627731
Binary110100111000110000101001101100011101110011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691861; }

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

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

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

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

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

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

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

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