#670B68

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

Shades of Palatinate Purple #670B68

Tints of Palatinate Purple #670B68

Color information

#670B68 (or 0x670B68) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0B and 68. RGB value is (103,11,104). Sum of RGB (Red+Green+Blue) = 103+11+104=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #670B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B68 is #98F497. Grayscale: #303030. Windows color (decimal): -10024088 or 6818663. OLE color: 6818663.

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

Color convert

RGB10311104-
CMYK0.010.8900.59
HSL299.35º80.87%22.55%-
HSV(B)299.35º89.42%40.78%-
XYZ8.214.1213.46-
YUV49.11158.98166.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=47.25%
G=5.05%
B=47.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103111040.010.8900.59299.3580.8722.55
Hex67B6815903B12b5117
Octal14713150113107345312127
Binary110011110111101000110110010111011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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