#6F2856

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

Shades of Palatinate Purple #6F2856

Tints of Palatinate Purple #6F2856

Color information

#6F2856 (or 0x6F2856) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 28 and 56. RGB value is (111,40,86). Sum of RGB (Red+Green+Blue) = 111+40+86=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2856 is #90D7A9. Grayscale: #424242. Windows color (decimal): -9492394 or 5646447. OLE color: 5646447.

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

Color convert

RGB1114086-
CMYK00.640.230.56
HSL321.13º47.02%29.61%-
HSV(B)321.13º63.96%43.53%-
XYZ8.995.579.4-
YUV66.47139.02159.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=46.84%
G=16.88%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111408600.640.230.56321.1347.0229.61
Hex6F285604017381412f1e
Octal15750126010027705015736
Binary11011111010001010110010000001011111100010100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,86); }

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

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

 a { background-color: rgb(111,40,86); }

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

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

 span { border-color: rgb(111,40,86); }

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