#6F4166

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

Shades of Palatinate Purple #6F4166

Tints of Palatinate Purple #6F4166

Color information

#6F4166 (or 0x6F4166) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 41 and 66. RGB value is (111,65,102). Sum of RGB (Red+Green+Blue) = 111+65+102=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4166 is #90BE99. Grayscale: #525252. Windows color (decimal): -9485978 or 6701423. OLE color: 6701423.

HSL color Cylindrical-coordinate representation of color #6F4166: hue angle of 311.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4166 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11165102-
CMYK00.410.080.56
HSL311.74º26.14%34.51%-
HSV(B)311.74º41.44%43.53%-
XYZ10.848.1213.57-
YUV82.97138.74147.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=39.93%
G=23.38%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116510200.410.080.56311.7426.1434.51
Hex6F41660298381381a23
Octal15710114605110704703243
Binary1101111100000111001100101001100011100010011100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,102); }

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

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

 a { background-color: rgb(111,65,102); }

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

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

 span { border-color: rgb(111,65,102); }

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