#6F3565

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

Shades of Palatinate Purple #6F3565

Tints of Palatinate Purple #6F3565

Color information

#6F3565 (or 0x6F3565) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 35 and 65. RGB value is (111,53,101). Sum of RGB (Red+Green+Blue) = 111+53+101=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3565 is #90CA9A. Grayscale: #4B4B4B. Windows color (decimal): -9489051 or 6632815. OLE color: 6632815.

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

Color convert

RGB11153101-
CMYK00.520.090.56
HSL310.34º35.37%32.16%-
HSV(B)310.34º52.25%43.53%-
XYZ10.186.8713.1-
YUV75.81142.22153.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=41.89%
G=20%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115310100.520.090.56310.3435.3732.16
Hex6F35650349381362320
Octal1576514506411704664340
Binary1101111110101110010101101001001111000100110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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