#671E5C

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

Shades of Palatinate Purple #671E5C

Tints of Palatinate Purple #671E5C

Color information

#671E5C (or 0x671E5C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1E and 5C. RGB value is (103,30,92). Sum of RGB (Red+Green+Blue) = 103+30+92=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #671E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E5C is #98E1A3. Grayscale: #3A3A3A. Windows color (decimal): -10019236 or 6037095. OLE color: 6037095.

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

Color convert

RGB1033092-
CMYK00.710.110.60
HSL309.04º54.89%26.08%-
HSV(B)309.04º70.87%40.39%-
XYZ7.994.5810.59-
YUV58.9146.68159.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=45.78%
G=13.33%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103309200.710.110.60309.0454.8926.08
Hex671E5C047B3C135371a
Octal14736134010713744656732
Binary110011111110101110001000111101111110010011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,30,92); }

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

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

 a { background-color: rgb(103,30,92); }

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

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

 span { border-color: rgb(103,30,92); }

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