#671E5E

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

Shades of Palatinate Purple #671E5E

Tints of Palatinate Purple #671E5E

Color information

#671E5E (or 0x671E5E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1E and 5E. RGB value is (103,30,94). Sum of RGB (Red+Green+Blue) = 103+30+94=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #671E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E5E is #98E1A1. Grayscale: #3A3A3A. Windows color (decimal): -10019234 or 6168167. OLE color: 6168167.

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

Color convert

RGB1033094-
CMYK00.710.090.60
HSL307.4º54.89%26.08%-
HSV(B)307.4º70.87%40.39%-
XYZ8.084.6211.06-
YUV59.12147.68159.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=45.37%
G=13.22%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103309400.710.090.60307.454.8926.08
Hex671E5E04793C133371a
Octal14736136010711744636732
Binary110011111110101111001000111100111110010011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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