#6F3963

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

Shades of Palatinate Purple #6F3963

Tints of Palatinate Purple #6F3963

Color information

#6F3963 (or 0x6F3963) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 39 and 63. RGB value is (111,57,99). Sum of RGB (Red+Green+Blue) = 111+57+99=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3963 is #90C69C. Grayscale: #4D4D4D. Windows color (decimal): -9488029 or 6502767. OLE color: 6502767.

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

Color convert

RGB1115799-
CMYK00.490.110.56
HSL313.33º32.14%32.94%-
HSV(B)313.33º48.65%43.53%-
XYZ10.277.2112.65-
YUV77.93139.89151.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=41.57%
G=21.35%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111579900.490.110.56313.3332.1432.94
Hex6F3963031B381392021
Octal1577114306113704714041
Binary1101111111001110001101100011011111000100111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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