#671552

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

Shades of Palatinate Purple #671552

Tints of Palatinate Purple #671552

Color information

#671552 (or 0x671552) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 52. RGB value is (103,21,82). Sum of RGB (Red+Green+Blue) = 103+21+82=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #671552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671552 is #98EAAD. Grayscale: #343434. Windows color (decimal): -10021550 or 5379431. OLE color: 5379431.

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

Color convert

RGB1032182-
CMYK00.800.200.60
HSL315.37º66.13%24.31%-
HSV(B)315.37º79.61%40.39%-
XYZ7.384.038.37-
YUV52.47144.67164.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=50%
G=10.19%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103218200.800.200.60315.3766.1324.31
Hex671552050143C13b4218
Octal147251220120247447310230
Binary11001111010110100100101000010100111100100111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671552; }

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

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

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

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

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

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

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

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