#671A55

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

Shades of Palatinate Purple #671A55

Tints of Palatinate Purple #671A55

Color information

#671A55 (or 0x671A55) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1A and 55. RGB value is (103,26,85). Sum of RGB (Red+Green+Blue) = 103+26+85=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #671A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A55 is #98E5AA. Grayscale: #373737. Windows color (decimal): -10020267 or 5577319. OLE color: 5577319.

HSL color Cylindrical-coordinate representation of color #671A55: hue angle of 314.03º 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 #671A55 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1032685-
CMYK00.750.170.60
HSL314.03º59.69%25.29%-
HSV(B)314.03º74.76%40.39%-
XYZ7.64.289.02-
YUV55.75144.51161.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=48.13%
G=12.15%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103268500.750.170.60314.0359.6925.29
Hex671A5504B113C13a3c19
Octal14732125011321744727431
Binary1100111110101010101010010111000111110010011101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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