#6F155F

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

Shades of Palatinate Purple #6F155F

Tints of Palatinate Purple #6F155F

Color information

#6F155F (or 0x6F155F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 5F. RGB value is (111,21,95). Sum of RGB (Red+Green+Blue) = 111+21+95=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155F is #90EAA0. Grayscale: #383838. Windows color (decimal): -9497249 or 6231407. OLE color: 6231407.

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

Color convert

RGB1112195-
CMYK00.810.140.56
HSL310.67º68.18%25.88%-
HSV(B)310.67º81.08%43.53%-
XYZ8.894.7411.27-
YUV56.35149.82166.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=48.90%
G=9.25%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111219500.810.140.56310.6768.1825.88
Hex6F155F051E38137441a
Octal157251370121167046710432
Binary1101111101011011111010100011110111000100110111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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