#6F155D

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

Shades of Palatinate Purple #6F155D

Tints of Palatinate Purple #6F155D

Color information

#6F155D (or 0x6F155D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 5D. RGB value is (111,21,93). Sum of RGB (Red+Green+Blue) = 111+21+93=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155D is #90EAA2. Grayscale: #373737. Windows color (decimal): -9497251 or 6100335. OLE color: 6100335.

HSL color Cylindrical-coordinate representation of color #6F155D: hue angle of 312º 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 #6F155D is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1112193-
CMYK00.810.160.56
HSL312º68.18%25.88%-
HSV(B)312º81.08%43.53%-
XYZ8.84.7110.8-
YUV56.12148.82167.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=49.33%
G=9.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111219300.810.160.5631268.1825.88
Hex6F155D0511038138441a
Octal157251350121207047010432
Binary11011111010110111010101000110000111000100111000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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