#671F61

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

Shades of Palatinate Purple #671F61

Tints of Palatinate Purple #671F61

Color information

#671F61 (or 0x671F61) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1F and 61. RGB value is (103,31,97). Sum of RGB (Red+Green+Blue) = 103+31+97=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #671F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F61 is #98E09E. Grayscale: #3B3B3B. Windows color (decimal): -10018975 or 6365031. OLE color: 6365031.

HSL color Cylindrical-coordinate representation of color #671F61: hue angle of 305º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F61 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1033197-
CMYK00.700.060.60
HSL305º53.73%26.27%-
HSV(B)305º69.9%40.39%-
XYZ8.244.7311.79-
YUV60.05148.85158.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=44.59%
G=13.42%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103319700.700.060.6030553.7326.27
Hex671F6104663C131361a
Octal1473714101066744616632
Binary11001111111111000010100011011011110010011000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,31,97); }

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

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

 a { background-color: rgb(103,31,97); }

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

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

 span { border-color: rgb(103,31,97); }

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