#671565

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

Shades of Palatinate Purple #671565

Tints of Palatinate Purple #671565

Color information

#671565 (or 0x671565) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 65. RGB value is (103,21,101). Sum of RGB (Red+Green+Blue) = 103+21+101=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #671565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671565 is #98EA9A. Grayscale: #363636. Windows color (decimal): -10021531 or 6624615. OLE color: 6624615.

HSL color Cylindrical-coordinate representation of color #671565: hue angle of 301.46º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671565 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB10321101-
CMYK00.800.020.60
HSL301.46º66.13%24.31%-
HSV(B)301.46º79.61%40.39%-
XYZ8.214.3612.72-
YUV54.64154.17162.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=45.78%
G=9.33%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032110100.800.020.60301.4666.1324.31
Hex67156505023C12d4218
Octal14725145012027445510230
Binary11001111010111001010101000010111100100101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671565; }

 p { color: rgb(103,21,101); }

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

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

 a { background-color: rgb(103,21,101); }

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

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

 span { border-color: rgb(103,21,101); }

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