#671156

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

Shades of Palatinate Purple #671156

Tints of Palatinate Purple #671156

Color information

#671156 (or 0x671156) is unknown color: approx Palatinate Purple. HEX triplet: 67, 11 and 56. RGB value is (103,17,86). Sum of RGB (Red+Green+Blue) = 103+17+86=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #671156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671156 is #98EEA9. Grayscale: #323232. Windows color (decimal): -10022570 or 5640551. OLE color: 5640551.

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

Color convert

RGB1031786-
CMYK00.830.170.60
HSL311.86º71.67%23.53%-
HSV(B)311.86º83.5%40.39%-
XYZ7.473.969.17-
YUV50.58147.99165.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=50%
G=8.25%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103178600.830.170.60311.8671.6723.53
Hex671156053113C1384818
Octal147211260123217447011030
Binary11001111000110101100101001110001111100100111000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671156; }

 p { color: rgb(103,17,86); }

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

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

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

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

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

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

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