#6F1563

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

Shades of Palatinate Purple #6F1563

Tints of Palatinate Purple #6F1563

Color information

#6F1563 (or 0x6F1563) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 63. RGB value is (111,21,99). Sum of RGB (Red+Green+Blue) = 111+21+99=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1563 is #90EA9C. Grayscale: #383838. Windows color (decimal): -9497245 or 6493551. OLE color: 6493551.

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

Color convert

RGB1112199-
CMYK00.810.110.56
HSL308º68.18%25.88%-
HSV(B)308º81.08%43.53%-
XYZ9.084.8212.26-
YUV56.8151.82166.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=48.05%
G=9.09%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111219900.810.110.5630868.1825.88
Hex6F1563051B38134441a
Octal157251430121137046410432
Binary1101111101011100011010100011011111000100110100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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