#6F3B68

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

Shades of Palatinate Purple #6F3B68

Tints of Palatinate Purple #6F3B68

Color information

#6F3B68 (or 0x6F3B68) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 3B and 68. RGB value is (111,59,104). Sum of RGB (Red+Green+Blue) = 111+59+104=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B68 is #90C497. Grayscale: #4F4F4F. Windows color (decimal): -9487512 or 6830959. OLE color: 6830959.

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

Color convert

RGB11159104-
CMYK00.470.060.56
HSL308.08º30.59%33.33%-
HSV(B)308.08º46.85%43.53%-
XYZ10.627.5113.99-
YUV79.68141.73150.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=40.51%
G=21.53%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115910400.470.060.56308.0830.5933.33
Hex6F3B6802F6381341f21
Octal157731500576704643741
Binary11011111110111101000010111111011100010011010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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