#6F1155

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

Shades of Palatinate Purple #6F1155

Tints of Palatinate Purple #6F1155

Color information

#6F1155 (or 0x6F1155) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 11 and 55. RGB value is (111,17,85). Sum of RGB (Red+Green+Blue) = 111+17+85=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1155 is #90EEAA. Grayscale: #343434. Windows color (decimal): -9498283 or 5575023. OLE color: 5575023.

HSL color Cylindrical-coordinate representation of color #6F1155: hue angle of 316.6º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1155 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1111785-
CMYK00.850.230.56
HSL316.6º73.44%25.1%-
HSV(B)316.6º84.68%43.53%-
XYZ8.44.449.01-
YUV52.86146.14169.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.11%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=52.11%
G=7.98%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111178500.850.230.56316.673.4425.1
Hex6F1155055173813d4919
Octal157211250125277047511131
Binary11011111000110101010101010110111111000100111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,85); }

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

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

 a { background-color: rgb(111,17,85); }

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

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

 span { border-color: rgb(111,17,85); }

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