#6C335D

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

Shades of Palatinate Purple #6C335D

Tints of Palatinate Purple #6C335D

Color information

#6C335D (or 0x6C335D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 33 and 5D. RGB value is (108,51,93). Sum of RGB (Red+Green+Blue) = 108+51+93=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C335D is #93CCA2. Grayscale: #484848. Windows color (decimal): -9686179 or 6108012. OLE color: 6108012.

HSL color Cylindrical-coordinate representation of color #6C335D: hue angle of 315.79º 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 #6C335D is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1085193-
CMYK00.530.140.58
HSL315.79º35.85%31.18%-
HSV(B)315.79º52.78%42.35%-
XYZ9.346.3511.09-
YUV72.83139.38153.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=42.86%
G=20.24%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108519300.530.140.58315.7935.8531.18
Hex6C335D035E3A13c241f
Octal1546313506516724744437
Binary110110011001110111010110101111011101010011110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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