#67065D

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

Shades of Palatinate Purple #67065D

Tints of Palatinate Purple #67065D

Color information

#67065D (or 0x67065D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 06 and 5D. RGB value is (103,6,93). Sum of RGB (Red+Green+Blue) = 103+6+93=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67065D is #98F9A2. Grayscale: #2C2C2C. Windows color (decimal): -10025379 or 6096487. OLE color: 6096487.

HSL color Cylindrical-coordinate representation of color #67065D: hue angle of 306.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67065D is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB103693-
CMYK00.940.100.60
HSL306.19º88.99%21.37%-
HSV(B)306.19º94.17%40.39%-
XYZ7.633.810.69-
YUV44.92155.14169.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.99%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=50.99%
G=2.97%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10369300.940.100.60306.1988.9921.37
Hex6765D05EA3C1325915
Octal14761350136127446213125
Binary11001111101011101010111101010111100100110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67065D; }

 p { color: rgb(103,6,93); }

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

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

 a { background-color: rgb(103,6,93); }

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

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

 span { border-color: rgb(103,6,93); }

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