#6f2960

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

Shades of Palatinate Purple #6F2960

Tints of Palatinate Purple #6F2960

Color information

#6F2960 (or 0x6F2960) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 29 and 60. RGB value is (111,41,96). Sum of RGB (Red+Green+Blue) = 111+41+96=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2960 is #90D69F. Grayscale: #444444. Windows color (decimal): -9492128 or 6302063. OLE color: 6302063.

HSL color Cylindrical-coordinate representation of color #6F2960: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2960 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1114196-
CMYK00.630.140.56
HSL312.86º46.05%29.8%-
HSV(B)312.86º63.06%43.53%-
XYZ9.465.8111.69-
YUV68.2143.69158.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=44.76%
G=16.53%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111419600.630.140.56312.8646.0529.8
Hex6F296003FE381392e1e
Octal1575114007716704715636
Binary110111110100111000000111111111011100010011100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,96); }

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

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

 a { background-color: rgb(111,41,96); }

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

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

 span { border-color: rgb(111,41,96); }

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