#6C3565

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

Shades of Palatinate Purple #6C3565

Tints of Palatinate Purple #6C3565

Color information

#6C3565 (or 0x6C3565) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 35 and 65. RGB value is (108,53,101). Sum of RGB (Red+Green+Blue) = 108+53+101=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3565 is #93CA9A. Grayscale: #4A4A4A. Windows color (decimal): -9685659 or 6632812. OLE color: 6632812.

HSL color Cylindrical-coordinate representation of color #6C3565: hue angle of 307.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C3565 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10853101-
CMYK00.510.060.58
HSL307.64º34.16%31.57%-
HSV(B)307.64º50.93%42.35%-
XYZ9.816.6713.08-
YUV74.92142.72151.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.22%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=41.22%
G=20.23%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1085310100.510.060.58307.6434.1631.57
Hex6C356503363A1342220
Octal154651450636724644240
Binary110110011010111001010110011110111010100110100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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