#6F3163

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

Shades of Palatinate Purple #6F3163

Tints of Palatinate Purple #6F3163

Color information

#6F3163 (or 0x6F3163) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 31 and 63. RGB value is (111,49,99). Sum of RGB (Red+Green+Blue) = 111+49+99=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3163 is #90CE9C. Grayscale: #494949. Windows color (decimal): -9490077 or 6500719. OLE color: 6500719.

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

Color convert

RGB1114999-
CMYK00.560.110.56
HSL311.61º38.75%31.37%-
HSV(B)311.61º55.86%43.53%-
XYZ9.916.4812.53-
YUV73.24142.54154.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=42.86%
G=18.92%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111499900.560.110.56311.6138.7531.37
Hex6F3163038B38138271f
Octal1576114307013704704737
Binary110111111000111000110111000101111100010011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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