#6F3767

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

Shades of Palatinate Purple #6F3767

Tints of Palatinate Purple #6F3767

Color information

#6F3767 (or 0x6F3767) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 37 and 67. RGB value is (111,55,103). Sum of RGB (Red+Green+Blue) = 111+55+103=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3767 is #90C898. Grayscale: #4D4D4D. Windows color (decimal): -9488537 or 6764399. OLE color: 6764399.

HSL color Cylindrical-coordinate representation of color #6F3767: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3767 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11155103-
CMYK00.500.070.56
HSL308.57º33.73%32.55%-
HSV(B)308.57º50.45%43.53%-
XYZ10.377.0913.65-
YUV77.22142.55152.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=41.26%
G=20.45%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115510300.500.070.56308.5733.7332.55
Hex6F37670327381352221
Octal157671470627704654241
Binary110111111011111001110110010111111000100110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,103); }

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

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

 a { background-color: rgb(111,55,103); }

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

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

 span { border-color: rgb(111,55,103); }

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