#671B55

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

Shades of Palatinate Purple #671B55

Tints of Palatinate Purple #671B55

Color information

#671B55 (or 0x671B55) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1B and 55. RGB value is (103,27,85). Sum of RGB (Red+Green+Blue) = 103+27+85=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #671B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671B55 is #98E4AA. Grayscale: #383838. Windows color (decimal): -10020011 or 5577575. OLE color: 5577575.

HSL color Cylindrical-coordinate representation of color #671B55: hue angle of 314.21º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B55 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1032785-
CMYK00.740.170.60
HSL314.21º58.46%25.49%-
HSV(B)314.21º73.79%40.39%-
XYZ7.634.329.03-
YUV56.34144.18161.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=47.91%
G=12.56%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103278500.740.170.60314.2158.4625.49
Hex671B5504A113C13a3a19
Octal14733125011221744727231
Binary1100111110111010101010010101000111110010011101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671B55; }

 p { color: rgb(103,27,85); }

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

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

 a { background-color: rgb(103,27,85); }

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

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

 span { border-color: rgb(103,27,85); }

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