#6F4366

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

Shades of Palatinate Purple #6F4366

Tints of Palatinate Purple #6F4366

Color information

#6F4366 (or 0x6F4366) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 43 and 66. RGB value is (111,67,102). Sum of RGB (Red+Green+Blue) = 111+67+102=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4366 is #90BC99. Grayscale: #545454. Windows color (decimal): -9485466 or 6701935. OLE color: 6701935.

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

Color convert

RGB11167102-
CMYK00.400.080.56
HSL312.27º24.72%34.9%-
HSV(B)312.27º39.64%43.53%-
XYZ10.968.3513.6-
YUV84.15138.08147.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=39.64%
G=23.93%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116710200.400.080.56312.2724.7234.9
Hex6F43660288381381923
Octal15710314605010704703143
Binary1101111100001111001100101000100011100010011100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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