#6F3663

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

Shades of Palatinate Purple #6F3663

Tints of Palatinate Purple #6F3663

Color information

#6F3663 (or 0x6F3663) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 36 and 63. RGB value is (111,54,99). Sum of RGB (Red+Green+Blue) = 111+54+99=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3663 is #90C99C. Grayscale: #4C4C4C. Windows color (decimal): -9488797 or 6501999. OLE color: 6501999.

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

Color convert

RGB1115499-
CMYK00.510.110.56
HSL312.63º34.55%32.35%-
HSV(B)312.63º51.35%43.53%-
XYZ10.136.9212.61-
YUV76.17140.88152.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=42.05%
G=20.45%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111549900.510.110.56312.6334.5532.35
Hex6F3663033B381392320
Octal1576614306313704714340
Binary1101111110110110001101100111011111000100111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,99); }

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

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

 a { background-color: rgb(111,54,99); }

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

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

 span { border-color: rgb(111,54,99); }

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