#6F3360

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

Shades of Palatinate Purple #6F3360

Tints of Palatinate Purple #6F3360

Color information

#6F3360 (or 0x6F3360) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 33 and 60. RGB value is (111,51,96). Sum of RGB (Red+Green+Blue) = 111+51+96=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3360 is #90CC9F. Grayscale: #494949. Windows color (decimal): -9489568 or 6304623. OLE color: 6304623.

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

Color convert

RGB1115196-
CMYK00.540.140.56
HSL315º37.04%31.76%-
HSV(B)315º54.05%43.53%-
XYZ9.856.5911.82-
YUV74.07140.38154.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=43.02%
G=19.77%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111519600.540.140.5631537.0431.76
Hex6F3360036E3813b2520
Octal1576314006616704734540
Binary1101111110011110000001101101110111000100111011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,96); }

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

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

 a { background-color: rgb(111,51,96); }

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

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

 span { border-color: rgb(111,51,96); }

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