#6F2561

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

Shades of Palatinate Purple #6F2561

Tints of Palatinate Purple #6F2561

Color information

#6F2561 (or 0x6F2561) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 25 and 61. RGB value is (111,37,97). Sum of RGB (Red+Green+Blue) = 111+37+97=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2561 is #90DA9E. Grayscale: #414141. Windows color (decimal): -9493151 or 6366575. OLE color: 6366575.

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

Color convert

RGB1113797-
CMYK00.670.130.56
HSL311.35º50%29.02%-
HSV(B)311.35º66.67%43.53%-
XYZ9.375.5711.89-
YUV65.97145.52160.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=45.31%
G=15.10%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111379700.670.130.56311.355029.02
Hex6F2561043D38137321d
Octal15745141010315704676235
Binary1101111100101110000101000011110111100010011011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,97); }

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

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

 a { background-color: rgb(111,37,97); }

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

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

 span { border-color: rgb(111,37,97); }

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