#6B195B

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

Shades of Palatinate Purple #6B195B

Tints of Palatinate Purple #6B195B

Color information

#6B195B (or 0x6B195B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 19 and 5B. RGB value is (107,25,91). Sum of RGB (Red+Green+Blue) = 107+25+91=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B195B is #94E6A4. Grayscale: #383838. Windows color (decimal): -9758373 or 5970283. OLE color: 5970283.

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

Color convert

RGB1072591-
CMYK00.770.150.58
HSL311.71º62.12%25.88%-
HSV(B)311.71º76.64%41.96%-
XYZ8.34.5810.34-
YUV57.04147.17163.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=47.98%
G=11.21%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107259100.770.150.58311.7162.1225.88
Hex6B195B04DF3A1383e1a
Octal15331133011517724707632
Binary110101111001101101101001101111111101010011100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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