#671B58

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

Shades of Palatinate Purple #671B58

Tints of Palatinate Purple #671B58

Color information

#671B58 (or 0x671B58) is unknown color: approx Palatinate Purple. HEX triplet: 67, 1B and 58. RGB value is (103,27,88). Sum of RGB (Red+Green+Blue) = 103+27+88=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #671B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671B58 is #98E4A7. Grayscale: #383838. Windows color (decimal): -10020008 or 5774183. OLE color: 5774183.

HSL color Cylindrical-coordinate representation of color #671B58: hue angle of 311.84º 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 #671B58 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1032788-
CMYK00.740.150.60
HSL311.84º58.46%25.49%-
HSV(B)311.84º73.79%40.39%-
XYZ7.754.379.67-
YUV56.68145.68161.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=47.25%
G=12.39%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103278800.740.150.60311.8458.4625.49
Hex671B5804AF3C1383a19
Octal14733130011217744707231
Binary110011111011101100001001010111111110010011100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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