#6F155B

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

Shades of Palatinate Purple #6F155B

Tints of Palatinate Purple #6F155B

Color information

#6F155B (or 0x6F155B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 5B. RGB value is (111,21,91). Sum of RGB (Red+Green+Blue) = 111+21+91=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155B is #90EAA4. Grayscale: #373737. Windows color (decimal): -9497253 or 5969263. OLE color: 5969263.

HSL color Cylindrical-coordinate representation of color #6F155B: hue angle of 313.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F155B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1112191-
CMYK00.810.180.56
HSL313.33º68.18%25.88%-
HSV(B)313.33º81.08%43.53%-
XYZ8.714.6710.34-
YUV55.89147.82167.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=49.78%
G=9.42%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111219100.810.180.56313.3368.1825.88
Hex6F155B0511238139441a
Octal157251330121227047110432
Binary11011111010110110110101000110010111000100111001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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