#6F3365

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

Shades of Palatinate Purple #6F3365

Tints of Palatinate Purple #6F3365

Color information

#6F3365 (or 0x6F3365) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 33 and 65. RGB value is (111,51,101). Sum of RGB (Red+Green+Blue) = 111+51+101=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3365 is #90CC9A. Grayscale: #4A4A4A. Windows color (decimal): -9489563 or 6632303. OLE color: 6632303.

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

Color convert

RGB11151101-
CMYK00.540.090.56
HSL310º37.04%31.76%-
HSV(B)310º54.05%43.53%-
XYZ10.096.6913.07-
YUV74.64142.88153.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=42.21%
G=19.39%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115110100.540.090.5631037.0431.76
Hex6F33650369381362520
Octal1576314506611704664540
Binary1101111110011110010101101101001111000100110110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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