#6B1957

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

Shades of Palatinate Purple #6B1957

Tints of Palatinate Purple #6B1957

Color information

#6B1957 (or 0x6B1957) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 19 and 57. RGB value is (107,25,87). Sum of RGB (Red+Green+Blue) = 107+25+87=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1957 is #94E6A8. Grayscale: #383838. Windows color (decimal): -9758377 or 5708139. OLE color: 5708139.

HSL color Cylindrical-coordinate representation of color #6B1957: hue angle of 314.63º 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 #6B1957 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB1072587-
CMYK00.770.190.58
HSL314.63º62.12%25.88%-
HSV(B)314.63º76.64%41.96%-
XYZ8.134.519.46-
YUV56.59145.17163.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=48.86%
G=11.42%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107258700.770.190.58314.6362.1225.88
Hex6B195704D133A13b3e1a
Octal15331127011523724737632
Binary1101011110011010111010011011001111101010011101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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