#690967

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

Shades of Palatinate Purple #690967

Tints of Palatinate Purple #690967

Color information

#690967 (or 0x690967) is unknown color: approx Palatinate Purple. HEX triplet: 69, 09 and 67. RGB value is (105,9,103). Sum of RGB (Red+Green+Blue) = 105+9+103=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #690967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690967 is #96F698. Grayscale: #303030. Windows color (decimal): -9893529 or 6752617. OLE color: 6752617.

HSL color Cylindrical-coordinate representation of color #690967: hue angle of 301.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690967 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB1059103-
CMYK00.910.020.59
HSL301.25º84.21%22.35%-
HSV(B)301.25º91.43%41.18%-
XYZ8.374.1813.2-
YUV48.42158.8168.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=48.39%
G=4.15%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105910300.910.020.59301.2584.2122.35
Hex6996705B23B12d5416
Octal15111147013327345512426
Binary1101001100111001110101101110111011100101101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690967; }

 p { color: rgb(105,9,103); }

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

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

 a { background-color: rgb(105,9,103); }

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

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

 span { border-color: rgb(105,9,103); }

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