#6C335A

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

Shades of Palatinate Purple #6C335A

Tints of Palatinate Purple #6C335A

Color information

#6C335A (or 0x6C335A) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 33 and 5A. RGB value is (108,51,90). Sum of RGB (Red+Green+Blue) = 108+51+90=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C335A is #93CCA5. Grayscale: #484848. Windows color (decimal): -9686182 or 5911404. OLE color: 5911404.

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

Color convert

RGB1085190-
CMYK00.530.170.58
HSL318.95º35.85%31.18%-
HSV(B)318.95º52.78%42.35%-
XYZ9.216.2910.4-
YUV72.49137.88153.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.37%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=43.37%
G=20.48%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108519000.530.170.58318.9535.8531.18
Hex6C335A035113A13f241f
Octal1546313206521724774437
Binary1101100110011101101001101011000111101010011111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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