#670C6B

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

Shades of Palatinate Purple #670C6B

Tints of Palatinate Purple #670C6B

Color information

#670C6B (or 0x670C6B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0C and 6B. RGB value is (103,12,107). Sum of RGB (Red+Green+Blue) = 103+12+107=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #670C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C6B is #98F394. Grayscale: #313131. Windows color (decimal): -10023829 or 7015527. OLE color: 7015527.

HSL color Cylindrical-coordinate representation of color #670C6B: hue angle of 297.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670C6B is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10312107-
CMYK0.040.8900.58
HSL297.47º79.83%23.33%-
HSV(B)297.47º88.79%41.96%-
XYZ8.384.2114.28-
YUV50.04160.15165.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 12 (5.08% from 255) = 5.41%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=46.40%
G=5.41%
B=48.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103121070.040.8900.58297.4779.8323.33
Hex67C6B45903A1295017
Octal14714153413107245112027
Binary11001111100110101110010110010111010100101001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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