#671553

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

Shades of Palatinate Purple #671553

Tints of Palatinate Purple #671553

Color information

#671553 (or 0x671553) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 53. RGB value is (103,21,83). Sum of RGB (Red+Green+Blue) = 103+21+83=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #671553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671553 is #98EAAC. Grayscale: #343434. Windows color (decimal): -10021549 or 5444967. OLE color: 5444967.

HSL color Cylindrical-coordinate representation of color #671553: hue angle of 314.63º 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 #671553 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1032183-
CMYK00.800.190.60
HSL314.63º66.13%24.31%-
HSV(B)314.63º79.61%40.39%-
XYZ7.424.048.57-
YUV52.59145.17163.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=49.76%
G=10.14%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103218300.800.190.60314.6366.1324.31
Hex671553050133C13b4218
Octal147251230120237447310230
Binary11001111010110100110101000010011111100100111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671553; }

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

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

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

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

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

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

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

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