#6F3868

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

Shades of Palatinate Purple #6F3868

Tints of Palatinate Purple #6F3868

Color information

#6F3868 (or 0x6F3868) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 38 and 68. RGB value is (111,56,104). Sum of RGB (Red+Green+Blue) = 111+56+104=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3868 is #90C797. Grayscale: #4D4D4D. Windows color (decimal): -9488280 or 6830191. OLE color: 6830191.

HSL color Cylindrical-coordinate representation of color #6F3868: hue angle of 307.64º degrees, saturation: 0.33, 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 #6F3868 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11156104-
CMYK00.500.060.56
HSL307.64º32.93%32.75%-
HSV(B)307.64º49.55%43.53%-
XYZ10.477.2113.94-
YUV77.92142.72151.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=40.96%
G=20.66%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115610400.500.060.56307.6432.9332.75
Hex6F38680326381342121
Octal157701500626704644141
Binary110111111100011010000110010110111000100110100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,104); }

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

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

 a { background-color: rgb(111,56,104); }

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

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

 span { border-color: rgb(111,56,104); }

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