#6F1669

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

Shades of Palatinate Purple #6F1669

Tints of Palatinate Purple #6F1669

Color information

#6F1669 (or 0x6F1669) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 16 and 69. RGB value is (111,22,105). Sum of RGB (Red+Green+Blue) = 111+22+105=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1669 is #90E996. Grayscale: #393939. Windows color (decimal): -9496983 or 6887023. OLE color: 6887023.

HSL color Cylindrical-coordinate representation of color #6F1669: hue angle of 304.04º 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 #6F1669 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11122105-
CMYK00.800.050.56
HSL304.04º66.92%26.08%-
HSV(B)304.04º80.18%43.53%-
XYZ9.394.9713.83-
YUV58.07154.49165.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=46.64%
G=9.24%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112210500.800.050.56304.0466.9226.08
Hex6F1669050538130431a
Octal15726151012057046010332
Binary110111110110110100101010000101111000100110000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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