#6F165D

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

Shades of Palatinate Purple #6F165D

Tints of Palatinate Purple #6F165D

Color information

#6F165D (or 0x6F165D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 16 and 5D. RGB value is (111,22,93). Sum of RGB (Red+Green+Blue) = 111+22+93=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F165D is #90E9A2. Grayscale: #383838. Windows color (decimal): -9496995 or 6100591. OLE color: 6100591.

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

Color convert

RGB1112293-
CMYK00.800.160.56
HSL312.13º66.92%26.08%-
HSV(B)312.13º80.18%43.53%-
XYZ8.824.7410.81-
YUV56.7148.49166.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=49.12%
G=9.73%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111229300.800.160.56312.1366.9226.08
Hex6F165D0501038138431a
Octal157261350120207047010332
Binary11011111011010111010101000010000111000100111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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