#670963

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

Shades of Palatinate Purple #670963

Tints of Palatinate Purple #670963

Color information

#670963 (or 0x670963) is unknown color: approx Palatinate Purple. HEX triplet: 67, 09 and 63. RGB value is (103,9,99). Sum of RGB (Red+Green+Blue) = 103+9+99=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #670963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670963 is #98F69C. Grayscale: #2F2F2F. Windows color (decimal): -10024605 or 6490471. OLE color: 6490471.

HSL color Cylindrical-coordinate representation of color #670963: hue angle of 302.55º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670963 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB103999-
CMYK00.910.040.60
HSL302.55º83.93%21.96%-
HSV(B)302.55º91.26%40.39%-
XYZ7.943.9812.15-
YUV47.37157.14167.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=48.82%
G=4.27%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10399900.910.040.60302.5583.9321.96
Hex6796305B43C12f5416
Octal14711143013347445712426
Binary11001111001110001101011011100111100100101111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670963; }

 p { color: rgb(103,9,99); }

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

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

 a { background-color: rgb(103,9,99); }

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

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

 span { border-color: rgb(103,9,99); }

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