#671060

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

Shades of Palatinate Purple #671060

Tints of Palatinate Purple #671060

Color information

#671060 (or 0x671060) is unknown color: approx Palatinate Purple. HEX triplet: 67, 10 and 60. RGB value is (103,16,96). Sum of RGB (Red+Green+Blue) = 103+16+96=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #671060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671060 is #98EF9F. Grayscale: #323232. Windows color (decimal): -10022816 or 6295655. OLE color: 6295655.

HSL color Cylindrical-coordinate representation of color #671060: hue angle of 304.83º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671060 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1031696-
CMYK00.840.070.60
HSL304.83º73.11%23.33%-
HSV(B)304.83º84.47%40.39%-
XYZ7.894.111.44-
YUV51.13153.32165-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=47.91%
G=7.44%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103169600.840.070.60304.8373.1123.33
Hex67106005473C1314917
Octal14720140012477446111127
Binary110011110000110000001010100111111100100110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671060; }

 p { color: rgb(103,16,96); }

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

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

 a { background-color: rgb(103,16,96); }

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

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

 span { border-color: rgb(103,16,96); }

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