#6C3360

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

Shades of Palatinate Purple #6C3360

Tints of Palatinate Purple #6C3360

Color information

#6C3360 (or 0x6C3360) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 33 and 60. RGB value is (108,51,96). Sum of RGB (Red+Green+Blue) = 108+51+96=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3360 is #93CC9F. Grayscale: #494949. Windows color (decimal): -9686176 or 6304620. OLE color: 6304620.

HSL color Cylindrical-coordinate representation of color #6C3360: hue angle of 312.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C3360 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1085196-
CMYK00.530.110.58
HSL312.63º35.85%31.18%-
HSV(B)312.63º52.78%42.35%-
XYZ9.486.411.8-
YUV73.17140.88152.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=42.35%
G=20%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108519600.530.110.58312.6335.8531.18
Hex6C3360035B3A139241f
Octal1546314006513724714437
Binary110110011001111000000110101101111101010011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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