#690C67

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

Shades of Palatinate Purple #690C67

Tints of Palatinate Purple #690C67

Color information

#690C67 (or 0x690C67) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0C and 67. RGB value is (105,12,103). Sum of RGB (Red+Green+Blue) = 105+12+103=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #690C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C67 is #96F398. Grayscale: #313131. Windows color (decimal): -9892761 or 6753385. OLE color: 6753385.

HSL color Cylindrical-coordinate representation of color #690C67: hue angle of 301.29º 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 #690C67 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10512103-
CMYK00.890.020.59
HSL301.29º79.49%22.94%-
HSV(B)301.29º88.57%41.18%-
XYZ8.414.2513.21-
YUV50.18157.81167.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=47.73%
G=5.45%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051210300.890.020.59301.2979.4922.94
Hex69C6705923B12d4f17
Octal15114147013127345511727
Binary1101001110011001110101100110111011100101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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