#671457

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

Shades of Palatinate Purple #671457

Tints of Palatinate Purple #671457

Color information

#671457 (or 0x671457) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 57. RGB value is (103,20,87). Sum of RGB (Red+Green+Blue) = 103+20+87=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #671457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671457 is #98EBA8. Grayscale: #343434. Windows color (decimal): -10021801 or 5706855. OLE color: 5706855.

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

Color convert

RGB1032087-
CMYK00.810.160.60
HSL311.57º67.48%24.12%-
HSV(B)311.57º80.58%40.39%-
XYZ7.564.079.4-
YUV52.45147.5164.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=49.05%
G=9.52%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103208700.810.160.60311.5767.4824.12
Hex671457051103C1384318
Octal147241270121207447010330
Binary11001111010010101110101000110000111100100111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671457; }

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

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

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

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

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

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

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

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