#6F2161

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

Shades of Palatinate Purple #6F2161

Tints of Palatinate Purple #6F2161

Color information

#6F2161 (or 0x6F2161) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 21 and 61. RGB value is (111,33,97). Sum of RGB (Red+Green+Blue) = 111+33+97=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2161 is #90DE9E. Grayscale: #3F3F3F. Windows color (decimal): -9494175 or 6365551. OLE color: 6365551.

HSL color Cylindrical-coordinate representation of color #6F2161: hue angle of 310.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2161 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1113397-
CMYK00.700.130.56
HSL310.77º54.17%28.24%-
HSV(B)310.77º70.27%43.53%-
XYZ9.265.3311.85-
YUV63.62146.84161.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=46.06%
G=13.69%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111339700.700.130.56310.7754.1728.24
Hex6F2161046D38137361c
Octal15741141010615704676634
Binary1101111100001110000101000110110111100010011011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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