#671567

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

Shades of Palatinate Purple #671567

Tints of Palatinate Purple #671567

Color information

#671567 (or 0x671567) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 67. RGB value is (103,21,103). Sum of RGB (Red+Green+Blue) = 103+21+103=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #671567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671567 is #98EA98. Grayscale: #363636. Windows color (decimal): -10021529 or 6755687. OLE color: 6755687.

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

Color convert

RGB10321103-
CMYK00.8000.60
HSL300º66.13%24.31%-
HSV(B)300º79.61%40.39%-
XYZ8.314.413.24-
YUV54.87155.17162.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=45.37%
G=9.25%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032110300.8000.6030066.1324.31
Hex67156705003C12c4218
Octal14725147012007445410230
Binary1100111101011100111010100000111100100101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671567; }

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

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

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

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

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

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

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

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