#670C69

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

Shades of Palatinate Purple #670C69

Tints of Palatinate Purple #670C69

Color information

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

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

Color convert

RGB10312105-
CMYK0.020.8900.59
HSL298.71º79.49%22.94%-
HSV(B)298.71º88.57%41.18%-
XYZ8.274.1713.73-
YUV49.81159.15165.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103121050.020.8900.59298.7179.4922.94
Hex67C6925903B12b4f17
Octal14714151213107345311727
Binary1100111110011010011010110010111011100101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670C69; }

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

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

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

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

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

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

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

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