#671566

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

Shades of Palatinate Purple #671566

Tints of Palatinate Purple #671566

Color information

#671566 (or 0x671566) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 66. RGB value is (103,21,102). Sum of RGB (Red+Green+Blue) = 103+21+102=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #671566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671566 is #98EA99. Grayscale: #363636. Windows color (decimal): -10021530 or 6690151. OLE color: 6690151.

HSL color Cylindrical-coordinate representation of color #671566: hue angle of 300.73º 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 #671566 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10321102-
CMYK00.800.010.60
HSL300.73º66.13%24.31%-
HSV(B)300.73º79.61%40.39%-
XYZ8.264.3812.98-
YUV54.75154.67162.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=45.58%
G=9.29%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032110200.800.010.60300.7366.1324.31
Hex67156605013C12d4218
Octal14725146012017445510230
Binary1100111101011100110010100001111100100101101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671566; }

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

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

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

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

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

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

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

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