#671A54

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

Shades of Palatinate Purple #671A54

Tints of Palatinate Purple #671A54

Color information

#671A54 (or 0x671A54) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1A and 54. RGB value is (103,26,84). Sum of RGB (Red+Green+Blue) = 103+26+84=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #671A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A54 is #98E5AB. Grayscale: #373737. Windows color (decimal): -10020268 or 5511783. OLE color: 5511783.

HSL color Cylindrical-coordinate representation of color #671A54: hue angle of 314.81º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A54 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1032684-
CMYK00.750.180.60
HSL314.81º59.69%25.29%-
HSV(B)314.81º74.76%40.39%-
XYZ7.564.268.81-
YUV55.64144.01161.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=48.36%
G=12.21%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103268400.750.180.60314.8159.6925.29
Hex671A5404B123C13b3c19
Octal14732124011322744737431
Binary1100111110101010100010010111001011110010011101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671A54; }

 p { color: rgb(103,26,84); }

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

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

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

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

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

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

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