#671861

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

Shades of Palatinate Purple #671861

Tints of Palatinate Purple #671861

Color information

#671861 (or 0x671861) is unknown color: approx Palatinate Purple. HEX triplet: 67, 18 and 61. RGB value is (103,24,97). Sum of RGB (Red+Green+Blue) = 103+24+97=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #671861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671861 is #98E79E. Grayscale: #373737. Windows color (decimal): -10020767 or 6363239. OLE color: 6363239.

HSL color Cylindrical-coordinate representation of color #671861: hue angle of 304.56º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671861 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1032497-
CMYK00.770.060.60
HSL304.56º62.2%24.9%-
HSV(B)304.56º76.7%40.39%-
XYZ8.084.411.73-
YUV55.94151.17161.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=45.98%
G=10.71%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103249700.770.060.60304.5662.224.9
Hex67186104D63C1313e19
Octal1473014101156744617631
Binary11001111100011000010100110111011110010011000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671861; }

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

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

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

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

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

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

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

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