#6F3366

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

Shades of Palatinate Purple #6F3366

Tints of Palatinate Purple #6F3366

Color information

#6F3366 (or 0x6F3366) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 33 and 66. RGB value is (111,51,102). Sum of RGB (Red+Green+Blue) = 111+51+102=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3366 is #90CC99. Grayscale: #4A4A4A. Windows color (decimal): -9489562 or 6697839. OLE color: 6697839.

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

Color convert

RGB11151102-
CMYK00.540.080.56
HSL309º37.04%31.76%-
HSV(B)309º54.05%43.53%-
XYZ10.146.7113.33-
YUV74.75143.38153.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=42.05%
G=19.32%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115110200.540.080.5630937.0431.76
Hex6F33660368381352520
Octal1576314606610704654540
Binary1101111110011110011001101101000111000100110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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