#6B155B

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

Shades of Palatinate Purple #6B155B

Tints of Palatinate Purple #6B155B

Color information

#6B155B (or 0x6B155B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 5B. RGB value is (107,21,91). Sum of RGB (Red+Green+Blue) = 107+21+91=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B155B is #94EAA4. Grayscale: #363636. Windows color (decimal): -9759397 or 5969259. OLE color: 5969259.

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

Color convert

RGB1072191-
CMYK00.800.150.58
HSL311.16º67.19%25.1%-
HSV(B)311.16º80.37%41.96%-
XYZ8.224.4210.32-
YUV54.69148.49165.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=48.86%
G=9.59%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107219100.800.150.58311.1667.1925.1
Hex6B155B050F3A1374319
Octal153251330120177246710331
Binary1101011101011011011010100001111111010100110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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