#670868

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

Shades of Palatinate Purple #670868

Tints of Palatinate Purple #670868

Color information

#670868 (or 0x670868) is unknown color: approx Palatinate Purple. HEX triplet: 67, 08 and 68. RGB value is (103,8,104). Sum of RGB (Red+Green+Blue) = 103+8+104=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #670868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670868 is #98F797. Grayscale: #2F2F2F. Windows color (decimal): -10024856 or 6817895. OLE color: 6817895.

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

Color convert

RGB1038104-
CMYK0.010.9200.59
HSL299.38º85.71%21.96%-
HSV(B)299.38º92.31%40.78%-
XYZ8.184.0613.45-
YUV47.35159.97167.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=47.91%
G=3.72%
B=48.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10381040.010.9200.59299.3885.7121.96
Hex6786815C03B12b5616
Octal14710150113407345312626
Binary110011110001101000110111000111011100101011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670868; }

 p { color: rgb(103,8,104); }

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

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

 a { background-color: rgb(103,8,104); }

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

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

 span { border-color: rgb(103,8,104); }

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