#6f3964

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

Shades of Palatinate Purple #6F3964

Tints of Palatinate Purple #6F3964

Color information

#6F3964 (or 0x6F3964) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 39 and 64. RGB value is (111,57,100). Sum of RGB (Red+Green+Blue) = 111+57+100=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3964 is #90C69B. Grayscale: #4D4D4D. Windows color (decimal): -9488028 or 6568303. OLE color: 6568303.

HSL color Cylindrical-coordinate representation of color #6F3964: hue angle of 312.22º 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 #6F3964 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11157100-
CMYK00.490.100.56
HSL312.22º32.14%32.94%-
HSV(B)312.22º48.65%43.53%-
XYZ10.327.2312.91-
YUV78.05140.39151.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=41.42%
G=21.27%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115710000.490.100.56312.2232.1432.94
Hex6F3964031A381382021
Octal1577114406112704704041
Binary1101111111001110010001100011010111000100111000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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