#6B1959

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

Shades of Palatinate Purple #6B1959

Tints of Palatinate Purple #6B1959

Color information

#6B1959 (or 0x6B1959) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 19 and 59. RGB value is (107,25,89). Sum of RGB (Red+Green+Blue) = 107+25+89=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1959 is #94E6A6. Grayscale: #383838. Windows color (decimal): -9758375 or 5839211. OLE color: 5839211.

HSL color Cylindrical-coordinate representation of color #6B1959: hue angle of 313.17º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1959 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1072589-
CMYK00.770.170.58
HSL313.17º62.12%25.88%-
HSV(B)313.17º76.64%41.96%-
XYZ8.214.549.9-
YUV56.81146.17163.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=48.42%
G=11.31%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107258900.770.170.58313.1762.1225.88
Hex6B195904D113A1393e1a
Octal15331131011521724717632
Binary1101011110011011001010011011000111101010011100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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