#6C3461

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

Shades of Palatinate Purple #6C3461

Tints of Palatinate Purple #6C3461

Color information

#6C3461 (or 0x6C3461) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 34 and 61. RGB value is (108,52,97). Sum of RGB (Red+Green+Blue) = 108+52+97=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3461 is #93CB9E. Grayscale: #494949. Windows color (decimal): -9685919 or 6370412. OLE color: 6370412.

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

Color convert

RGB1085297-
CMYK00.520.100.58
HSL311.79º35%31.37%-
HSV(B)311.79º51.85%42.35%-
XYZ9.576.5112.06-
YUV73.87141.05152.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=42.02%
G=20.23%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108529700.520.100.58311.793531.37
Hex6C3461034A3A138231f
Octal1546414106412724704337
Binary110110011010011000010110100101011101010011100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,97); }

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

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

 a { background-color: rgb(108,52,97); }

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

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

 span { border-color: rgb(108,52,97); }

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