#6F2056

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

Shades of Palatinate Purple #6F2056

Tints of Palatinate Purple #6F2056

Color information

#6F2056 (or 0x6F2056) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 20 and 56. RGB value is (111,32,86). Sum of RGB (Red+Green+Blue) = 111+32+86=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2056 is #90DFA9. Grayscale: #3D3D3D. Windows color (decimal): -9494442 or 5644399. OLE color: 5644399.

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

Color convert

RGB1113286-
CMYK00.710.230.56
HSL318.99º55.24%28.04%-
HSV(B)318.99º71.17%43.53%-
XYZ8.755.089.32-
YUV61.78141.67163.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=48.47%
G=13.97%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111328600.710.230.56318.9955.2428.04
Hex6F2056047173813f371c
Octal15740126010727704776734
Binary11011111000001010110010001111011111100010011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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