#671D64

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

Shades of Palatinate Purple #671D64

Tints of Palatinate Purple #671D64

Color information

#671D64 (or 0x671D64) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1D and 64. RGB value is (103,29,100). Sum of RGB (Red+Green+Blue) = 103+29+100=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #671D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671D64 is #98E29B. Grayscale: #3B3B3B. Windows color (decimal): -10019484 or 6561127. OLE color: 6561127.

HSL color Cylindrical-coordinate representation of color #671D64: hue angle of 302.43º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D64 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10329100-
CMYK00.720.030.60
HSL302.43º56.06%25.88%-
HSV(B)302.43º71.84%40.39%-
XYZ8.334.6812.52-
YUV59.22151.02159.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 29 (11.72% from 255) = 12.5%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=44.40%
G=12.5%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032910000.720.030.60302.4356.0625.88
Hex671D6404833C12e381a
Octal1473514401103744567032
Binary1100111111011100100010010001111110010010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,29,100); }

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

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

 a { background-color: rgb(103,29,100); }

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

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

 span { border-color: rgb(103,29,100); }

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