#6F165A

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

Shades of Palatinate Purple #6F165A

Tints of Palatinate Purple #6F165A

Color information

#6F165A (or 0x6F165A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 16 and 5A. RGB value is (111,22,90). Sum of RGB (Red+Green+Blue) = 111+22+90=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F165A is #90E9A5. Grayscale: #383838. Windows color (decimal): -9496998 or 5903983. OLE color: 5903983.

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

Color convert

RGB1112290-
CMYK00.800.190.56
HSL314.16º66.92%26.08%-
HSV(B)314.16º80.18%43.53%-
XYZ8.694.6910.12-
YUV56.36146.99166.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=49.78%
G=9.87%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111229000.800.190.56314.1666.9226.08
Hex6F165A050133813a431a
Octal157261320120237047210332
Binary11011111011010110100101000010011111000100111010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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