#671456

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

Shades of Palatinate Purple #671456

Tints of Palatinate Purple #671456

Color information

#671456 (or 0x671456) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 56. RGB value is (103,20,86). Sum of RGB (Red+Green+Blue) = 103+20+86=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #671456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671456 is #98EBA9. Grayscale: #343434. Windows color (decimal): -10021802 or 5641319. OLE color: 5641319.

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

Color convert

RGB1032086-
CMYK00.810.170.60
HSL312.29º67.48%24.12%-
HSV(B)312.29º80.58%40.39%-
XYZ7.524.069.19-
YUV52.34147164.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.28%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=49.28%
G=9.57%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103208600.810.170.60312.2967.4824.12
Hex671456051113C1384318
Octal147241260121217447010330
Binary11001111010010101100101000110001111100100111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671456; }

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

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

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

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

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

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

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

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