#671357

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

Shades of Palatinate Purple #671357

Tints of Palatinate Purple #671357

Color information

#671357 (or 0x671357) is unknown color: approx Palatinate Purple. HEX triplet: 67, 13 and 57. RGB value is (103,19,87). Sum of RGB (Red+Green+Blue) = 103+19+87=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #671357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671357 is #98ECA8. Grayscale: #333333. Windows color (decimal): -10022057 or 5706599. OLE color: 5706599.

HSL color Cylindrical-coordinate representation of color #671357: hue angle of 311.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671357 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1031987-
CMYK00.820.160.60
HSL311.43º68.85%23.92%-
HSV(B)311.43º81.55%40.39%-
XYZ7.554.049.4-
YUV51.87147.83164.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.28%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=49.28%
G=9.09%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103198700.820.160.60311.4368.8523.92
Hex671357052103C1374518
Octal147231270122207446710530
Binary11001111001110101110101001010000111100100110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671357; }

 p { color: rgb(103,19,87); }

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

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

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

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

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

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

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