#6F2760

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

Shades of Palatinate Purple #6F2760

Tints of Palatinate Purple #6F2760

Color information

#6F2760 (or 0x6F2760) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 27 and 60. RGB value is (111,39,96). Sum of RGB (Red+Green+Blue) = 111+39+96=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2760 is #90D89F. Grayscale: #424242. Windows color (decimal): -9492640 or 6301551. OLE color: 6301551.

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

Color convert

RGB1113996-
CMYK00.650.140.56
HSL312.5º48%29.41%-
HSV(B)312.5º64.86%43.53%-
XYZ9.395.6811.67-
YUV67.03144.35159.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=45.12%
G=15.85%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111399600.650.140.56312.54829.41
Hex6F2760041E38138301d
Octal15747140010116704706035
Binary1101111100111110000001000001111011100010011100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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