#6F166C

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

Shades of Palatinate Purple #6F166C

Tints of Palatinate Purple #6F166C

Color information

#6F166C (or 0x6F166C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 16 and 6C. RGB value is (111,22,108). Sum of RGB (Red+Green+Blue) = 111+22+108=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F166C is #90E993. Grayscale: #3A3A3A. Windows color (decimal): -9496980 or 7083631. OLE color: 7083631.

HSL color Cylindrical-coordinate representation of color #6F166C: hue angle of 302.02º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F166C is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11122108-
CMYK00.800.030.56
HSL302.02º66.92%26.08%-
HSV(B)302.02º80.18%43.53%-
XYZ9.555.0414.66-
YUV58.42155.99165.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=46.06%
G=9.13%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112210800.800.030.56302.0266.9226.08
Hex6F166C05033812e431a
Octal15726154012037045610332
Binary11011111011011011000101000011111000100101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,108); }

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

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

 a { background-color: rgb(111,22,108); }

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

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

 span { border-color: rgb(111,22,108); }

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