#690C61

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

Shades of Palatinate Purple #690C61

Tints of Palatinate Purple #690C61

Color information

#690C61 (or 0x690C61) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0C and 61. RGB value is (105,12,97). Sum of RGB (Red+Green+Blue) = 105+12+97=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #690C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C61 is #96F39E. Grayscale: #313131. Windows color (decimal): -9892767 or 6360169. OLE color: 6360169.

HSL color Cylindrical-coordinate representation of color #690C61: hue angle of 305.16º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C61 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1051297-
CMYK00.890.080.59
HSL305.16º79.49%22.94%-
HSV(B)305.16º88.57%41.18%-
XYZ8.114.1311.68-
YUV49.5154.81167.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=49.07%
G=5.61%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105129700.890.080.59305.1679.4922.94
Hex69C6105983B1314f17
Octal151141410131107346111727
Binary110100111001100001010110011000111011100110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690C61; }

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

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

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

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

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

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

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

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