#6F3664

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

Shades of Palatinate Purple #6F3664

Tints of Palatinate Purple #6F3664

Color information

#6F3664 (or 0x6F3664) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 36 and 64. RGB value is (111,54,100). Sum of RGB (Red+Green+Blue) = 111+54+100=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3664 is #90C99B. Grayscale: #4C4C4C. Windows color (decimal): -9488796 or 6567535. OLE color: 6567535.

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

Color convert

RGB11154100-
CMYK00.510.100.56
HSL311.58º34.55%32.35%-
HSV(B)311.58º51.35%43.53%-
XYZ10.176.9412.86-
YUV76.29141.38152.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=41.89%
G=20.38%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115410000.510.100.56311.5834.5532.35
Hex6F3664033A381382320
Octal1576614406312704704340
Binary1101111110110110010001100111010111000100111000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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