#6C345F

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

Shades of Palatinate Purple #6C345F

Tints of Palatinate Purple #6C345F

Color information

#6C345F (or 0x6C345F) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 34 and 5F. RGB value is (108,52,95). Sum of RGB (Red+Green+Blue) = 108+52+95=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C345F is #93CBA0. Grayscale: #494949. Windows color (decimal): -9685921 or 6239340. OLE color: 6239340.

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

Color convert

RGB1085295-
CMYK00.520.120.58
HSL313.93º35%31.37%-
HSV(B)313.93º51.85%42.35%-
XYZ9.486.4711.58-
YUV73.65140.05152.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=42.35%
G=20.39%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108529500.520.120.58313.933531.37
Hex6C345F034C3A13a231f
Octal1546413706414724724337
Binary110110011010010111110110100110011101010011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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