#671559

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

Shades of Palatinate Purple #671559

Tints of Palatinate Purple #671559

Color information

#671559 (or 0x671559) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 59. RGB value is (103,21,89). Sum of RGB (Red+Green+Blue) = 103+21+89=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #671559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671559 is #98EAA6. Grayscale: #353535. Windows color (decimal): -10021543 or 5838183. OLE color: 5838183.

HSL color Cylindrical-coordinate representation of color #671559: hue angle of 310.24º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671559 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB1032189-
CMYK00.800.140.60
HSL310.24º66.13%24.31%-
HSV(B)310.24º79.61%40.39%-
XYZ7.664.149.85-
YUV53.27148.17163.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=48.36%
G=9.86%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103218900.800.140.60310.2466.1324.31
Hex671559050E3C1364218
Octal147251310120167446610230
Binary1100111101011011001010100001110111100100110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671559; }

 p { color: rgb(103,21,89); }

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

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

 a { background-color: rgb(103,21,89); }

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

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

 span { border-color: rgb(103,21,89); }

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