#6B1559

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

Shades of Palatinate Purple #6B1559

Tints of Palatinate Purple #6B1559

Color information

#6B1559 (or 0x6B1559) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 59. RGB value is (107,21,89). Sum of RGB (Red+Green+Blue) = 107+21+89=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1559 is #94EAA6. Grayscale: #363636. Windows color (decimal): -9759399 or 5838187. OLE color: 5838187.

HSL color Cylindrical-coordinate representation of color #6B1559: hue angle of 312.56º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1559 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1072189-
CMYK00.800.170.58
HSL312.56º67.19%25.1%-
HSV(B)312.56º80.37%41.96%-
XYZ8.134.389.87-
YUV54.47147.49165.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.31%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=49.31%
G=9.68%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107218900.800.170.58312.5667.1925.1
Hex6B1559050113A1394319
Octal153251310120217247110331
Binary11010111010110110010101000010001111010100111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1559; }

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

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

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

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

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

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

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

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