#690D65

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

Shades of Palatinate Purple #690D65

Tints of Palatinate Purple #690D65

Color information

#690D65 (or 0x690D65) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0D and 65. RGB value is (105,13,101). Sum of RGB (Red+Green+Blue) = 105+13+101=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #690D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D65 is #96F29A. Grayscale: #323232. Windows color (decimal): -9892507 or 6622569. OLE color: 6622569.

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

Color convert

RGB10513101-
CMYK00.880.040.59
HSL302.61º77.97%23.14%-
HSV(B)302.61º87.62%41.18%-
XYZ8.324.2312.69-
YUV50.54156.48166.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=47.95%
G=5.94%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051310100.880.040.59302.6177.9723.14
Hex69D6505843B12f4e17
Octal15115145013047345711627
Binary11010011101110010101011000100111011100101111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,13,101); }

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

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

 a { background-color: rgb(105,13,101); }

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

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

 span { border-color: rgb(105,13,101); }

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